mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 00:02:27 +00:00
l2cap: trigger can send now on nop event in testing
This commit is contained in:
parent
ebec4c3bd3
commit
9e18aef5ab
@ -2945,6 +2945,9 @@ static void l2cap_hci_event_handler(uint8_t packet_type, uint16_t cid, uint8_t *
|
|||||||
case HCI_EVENT_TRANSPORT_PACKET_SENT:
|
case HCI_EVENT_TRANSPORT_PACKET_SENT:
|
||||||
case HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS:
|
case HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS:
|
||||||
case BTSTACK_EVENT_NR_CONNECTIONS_CHANGED:
|
case BTSTACK_EVENT_NR_CONNECTIONS_CHANGED:
|
||||||
|
#ifdef ENABLE_TESTING_SUPPORT
|
||||||
|
case HCI_EVENT_NOP:
|
||||||
|
#endif
|
||||||
l2cap_call_notify_channel_in_run = true;
|
l2cap_call_notify_channel_in_run = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user