Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c453 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()
Ddtm_preprocess_events.h34 extern const hci_vendor_specific_events_table_type hci_vendor_specific_events_table[];
Ddtm_preprocess_events.c48 const hci_vendor_specific_events_table_type hci_vendor_specific_events_table[] = { variable