Home
last modified time | relevance | path

Searched refs:hci_event_command_status_get_command_opcode (Results 1 – 4 of 4) sorted by relevance

/btstack/src/classic/
H A Dhfp.c916 …if (hci_event_command_status_get_command_opcode(packet) == hci_setup_synchronous_connection.opcode… in hfp_handle_hci_event()
/btstack/src/
H A Dl2cap.c3026 … if (hci_event_command_status_get_command_opcode(packet) == HCI_OPCODE_HCI_CREATE_CONNECTION){ in l2cap_hci_event_handler()
H A Dbtstack_event.h605 static inline uint16_t hci_event_command_status_get_command_opcode(const uint8_t * event){ in hci_event_command_status_get_command_opcode() function
H A Dhci.c3253 uint16_t opcode = hci_event_command_status_get_command_opcode(packet); in handle_command_status_event()