hci: emit transport packet sent if disconnect for connection with fragmentation active

This commit is contained in:
Matthias Ringwald 2024-01-24 18:46:08 +01:00
parent c3ab95234d
commit 5b0f090baa

View File

@ -4192,6 +4192,7 @@ static void event_handler(uint8_t *packet, uint16_t size){
hci_stack->acl_fragmentation_pos = 0;
if (release_buffer){
hci_release_packet_buffer();
hci_emit_transport_packet_sent();
}
}
}