Searched refs:hci_event_command_status_get_command_opcode (Results 1 – 4 of 4) sorted by relevance
916 …if (hci_event_command_status_get_command_opcode(packet) == hci_setup_synchronous_connection.opcode… in hfp_handle_hci_event()
3026 … if (hci_event_command_status_get_command_opcode(packet) == HCI_OPCODE_HCI_CREATE_CONNECTION){ in l2cap_hci_event_handler()
605 static inline uint16_t hci_event_command_status_get_command_opcode(const uint8_t * event){ in hci_event_command_status_get_command_opcode() function
3253 uint16_t opcode = hci_event_command_status_get_command_opcode(packet); in handle_command_status_event()