Home
last modified time | relevance | path

Searched refs:hci_event_command_complete (Results 1 – 3 of 3) sorted by relevance

/btstack/chipset/cinnamon/
H A Dcontroller.c84 &hci_event_command_complete, /* num commands */ 1, opcode, status, len, result); in send_command_complete()
91 &hci_event_command_complete, /* num commands */ 1, opcode, ERROR_CODE_SUCCESS, 0, NULL); in fake_command_complete()
/btstack/src/
H A Dhci_event.h85 extern const hci_event_t hci_event_command_complete;
H A Dhci_event.c182 const hci_event_t hci_event_command_complete = { variable