Searched refs:hci_vendor_specific_events_table (Results 1 – 3 of 3) sorted by relevance
453 for (i = 0; hci_vendor_specific_events_table[i].evt_code != 0; i++) in BLE_STACK_Event()455 if (blue_evt->ecode == hci_vendor_specific_events_table[i].evt_code) in BLE_STACK_Event()457 ret = hci_vendor_specific_events_table[i].process((void *)blue_evt->data); in BLE_STACK_Event()
34 extern const hci_vendor_specific_events_table_type hci_vendor_specific_events_table[];
48 const hci_vendor_specific_events_table_type hci_vendor_specific_events_table[] = { variable