mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
gatt_client: fix send over unenhanced le bearer, regression from 1aa9e3e8
This commit is contained in:
parent
5134fea901
commit
e0584c4af2
@ -1289,7 +1289,6 @@ static void gatt_client_run(void){
|
||||
return;
|
||||
}
|
||||
}
|
||||
continue;
|
||||
#endif
|
||||
// handle GATT over LE
|
||||
if (!att_dispatch_client_can_send_now(gatt_client->con_handle)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user