mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +00:00
release packet buffer after last acl fragment for synchronous HCI transport implementation
This commit is contained in:
parent
f6df6bbd34
commit
203bace68e
@ -489,7 +489,7 @@ static int hci_send_acl_packet_fragments(hci_connection_t *connection){
|
||||
hci_stack->acl_fragmentation_total_size = 0;
|
||||
|
||||
// free buffer now for synchronous transport
|
||||
if (!hci_transport_synchronous()){
|
||||
if (hci_transport_synchronous()){
|
||||
hci_release_packet_buffer();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user