Home
last modified time | relevance | path

Searched refs:le_acl_packets_total_num (Results 1 – 3 of 3) sorted by relevance

/btstack/test/gap/
H A Dhci_test.cpp457 hci_stack->le_acl_packets_total_num = 1; in TEST()
/btstack/src/
H A Dhci.h1139 uint8_t le_acl_packets_total_num; member
H A Dhci.c673 if (hci_stack->le_acl_packets_total_num){ in hci_number_free_acl_slots_for_connection_type()
675 btstack_assert( hci_stack->le_acl_packets_total_num >= num_packets_sent_le); in hci_number_free_acl_slots_for_connection_type()
676 free_slots_le = hci_stack->le_acl_packets_total_num - num_packets_sent_le; in hci_number_free_acl_slots_for_connection_type()
692 if (hci_stack->le_acl_packets_total_num > 0){ in hci_number_free_acl_slots_for_connection_type()
2872 hci_stack->le_acl_packets_total_num = packet[8]; in handle_command_complete_event()
2877 …cl size %u, acl count %u", hci_stack->le_data_packets_length, hci_stack->le_acl_packets_total_num); in handle_command_complete_event()