mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
call l2cap_run() for HCI_EVENT_COMMAND_STATUS and HCI_EVENT_COMMAND_COMPLETE, too
This commit is contained in:
parent
64472d52af
commit
39d5980906
@ -490,6 +490,11 @@ void l2cap_event_handler( uint8_t *packet, uint16_t size ){
|
|||||||
l2cap_handle_connection_failed_for_addr(address, 0x16);
|
l2cap_handle_connection_failed_for_addr(address, 0x16);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
l2cap_run(); // try sending signaling packets first
|
||||||
|
break;
|
||||||
|
|
||||||
|
case HCI_EVENT_COMMAND_STATUS:
|
||||||
|
l2cap_run(); // try sending signaling packets first
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// handle disconnection complete events
|
// handle disconnection complete events
|
||||||
|
Loading…
x
Reference in New Issue
Block a user