mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
hci: emit transport packet sent if disconnect for connection with fragmentation active
This commit is contained in:
parent
c3ab95234d
commit
5b0f090baa
@ -4192,6 +4192,7 @@ static void event_handler(uint8_t *packet, uint16_t size){
|
|||||||
hci_stack->acl_fragmentation_pos = 0;
|
hci_stack->acl_fragmentation_pos = 0;
|
||||||
if (release_buffer){
|
if (release_buffer){
|
||||||
hci_release_packet_buffer();
|
hci_release_packet_buffer();
|
||||||
|
hci_emit_transport_packet_sent();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user