Searched refs:hci_events_table (Results 1 – 4 of 4) sorted by relevance
421 for (i = 0; hci_events_table[i].evt_code != 0; i++) in BLE_STACK_Event()423 if (event_pckt->evt == hci_events_table[i].evt_code) in BLE_STACK_Event()425 ret = hci_events_table[i].process(event_pckt->data); in BLE_STACK_Event()
32 extern const hci_events_table_type hci_events_table[];
39 const hci_events_table_type hci_events_table[] = { variable
105 - Added "#if (BLESTACK_CONTROLLER_ONLY == 0)" to hci_events_table: