mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 21:40:04 +00:00
gatt_client: fix write without response, regression from 0038504
This commit is contained in:
parent
7879c4f77d
commit
b68ac7a525
@ -1228,11 +1228,11 @@ static bool gatt_client_run_for_gatt_client(gatt_client_t * gatt_client){
|
||||
// finally, notifiy client that write is complete
|
||||
gatt_client_handle_transaction_complete(gatt_client);
|
||||
emit_gatt_complete_event(gatt_client, ATT_ERROR_SUCCESS);
|
||||
return true;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
default:
|
||||
packet_sent = false;
|
||||
done = false;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user