Searched refs:hci_event_command_complete (Results 1 – 3 of 3) sorted by relevance
/btstack/chipset/cinnamon/ |
H A D | controller.c | 84 &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 D | hci_event.h | 85 extern const hci_event_t hci_event_command_complete;
|
H A D | hci_event.c | 182 const hci_event_t hci_event_command_complete = { variable
|