Home
last modified time | relevance | path

Searched refs:sub_event (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5_driver.c93 uint8_t sub_event = 0; in hci_h5_event_recv() local
112 sub_event = *pdata++; in hci_h5_event_recv()
114 if (sub_event == BT_HCI_EVT_LE_ADVERTISING_REPORT) { in hci_h5_event_recv()
A Dh4_driver.c174 uint8_t sub_event = 0; in hci_event_recv() local
197 sub_event = *pdata++; in hci_event_recv()
199 if (sub_event == BT_HCI_EVT_LE_ADVERTISING_REPORT) { in hci_event_recv()

Completed in 3 milliseconds