Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci.h1238 hci_con_handle_t hci_command_con_handle; member
H A Dhci.c2820 hci_stack->hci_command_con_handle = HCI_CON_HANDLE_INVALID; in handle_command_complete_event()
3265 hci_stack->hci_command_con_handle = HCI_CON_HANDLE_INVALID; in handle_command_status_event()
4305 … if ((handle != HCI_CON_HANDLE_INVALID) && (handle == hci_stack->hci_command_con_handle)){ in event_handler()
4310 hci_stack->hci_command_con_handle = HCI_CON_HANDLE_INVALID; in event_handler()
4938 hci_stack->hci_command_con_handle = HCI_CON_HANDLE_INVALID; in hci_state_reset()
7930 hci_stack->hci_command_con_handle = little_endian_read_16(packet, 3); in hci_send_cmd_packet()