mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-14 00:40:57 +00:00
hci: log ACL buffer state
This commit is contained in:
parent
3250103aa0
commit
12754bbe05
@ -312,6 +312,7 @@ static int hci_number_free_acl_slots_for_connection_type(bd_addr_type_t address_
|
||||
num_packets_sent_le += connection->num_acl_packets_sent;
|
||||
}
|
||||
}
|
||||
log_info("ACL classic buffers: %u used of %u", num_packets_sent_classic, hci_stack->acl_packets_total_num);
|
||||
int free_slots_classic = hci_stack->acl_packets_total_num - num_packets_sent_classic;
|
||||
int free_slots_le = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user