Lines Matching refs:hci_packet_buffer_reserved

741     if (hci_stack->hci_packet_buffer_reserved) return 0;  in hci_can_send_command_packet_transport()
770 if (hci_stack->hci_packet_buffer_reserved) return false; in hci_can_send_acl_le_packet_now()
780 if (hci_stack->hci_packet_buffer_reserved) return false; in hci_can_send_acl_packet_now()
786 if (hci_stack->hci_packet_buffer_reserved) return false; in hci_can_send_acl_classic_packet_now()
800 if (hci_stack->hci_packet_buffer_reserved) return false; in hci_can_send_sco_packet_now()
812 return hci_stack->hci_packet_buffer_reserved; in hci_is_packet_buffer_reserved()
816 btstack_assert(hci_stack->hci_packet_buffer_reserved == false); in hci_reserve_packet_buffer()
817 hci_stack->hci_packet_buffer_reserved = true; in hci_reserve_packet_buffer()
821 btstack_assert(hci_stack->hci_packet_buffer_reserved); in hci_release_packet_buffer()
822 hci_stack->hci_packet_buffer_reserved = false; in hci_release_packet_buffer()
968 btstack_assert(hci_stack->hci_packet_buffer_reserved); in hci_send_acl_packet_buffer()
1003 btstack_assert(hci_stack->hci_packet_buffer_reserved); in hci_send_sco_packet_buffer()
1137 btstack_assert(hci_stack->hci_packet_buffer_reserved); in hci_send_iso_packet_buffer()
4378 hci_stack->hci_packet_buffer_reserved = false; in event_handler()
4882 hci_stack->hci_packet_buffer_reserved = false; in hci_state_reset()
5368 hci_stack->hci_packet_buffer_reserved = false; in hci_power_enter_initializing_state()
7716 btstack_assert(hci_stack->hci_packet_buffer_reserved); in hci_send_prepared_cmd_packet()
10521 if (hci_stack->hci_packet_buffer_reserved) return; in hci_iso_notify_can_send_now()
10533 if (hci_stack->hci_packet_buffer_reserved) return; in hci_iso_notify_can_send_now()
10547 if (hci_stack->hci_packet_buffer_reserved) return; in hci_iso_notify_can_send_now()