Home
last modified time | relevance | path

Searched refs:num_cmd_packets (Results 1 – 2 of 2) sorted by relevance

/btstack/src/
H A Dhci.c755 return hci_stack->num_cmd_packets > 0u; in hci_can_send_command_packet_now()
1816 hci_stack->num_cmd_packets = 1; in hci_initialization_timeout_handler()
1830 hci_stack->num_cmd_packets = 1; in hci_initialization_timeout_handler()
2440 hci_stack->num_cmd_packets = 1; in hci_initializing_event_handler_command_completed()
2824 hci_stack->num_cmd_packets = packet[2] ? 1 : 0; in handle_command_complete_event()
3250 hci_stack->num_cmd_packets = packet[3] ? 1 : 0; in handle_command_status_event()
4311 hci_stack->num_cmd_packets = 1; in event_handler()
4695 hci_stack->num_cmd_packets = 1; in event_handler()
5367 hci_stack->num_cmd_packets = 1; // assume that one cmd can be sent in hci_power_enter_initializing_state()
7938 hci_stack->num_cmd_packets--; in hci_send_cmd_packet()
[all …]
H A Dhci.h1133 uint8_t num_cmd_packets; member