Home
last modified time | relevance | path

Searched refs:HciLeDirectedAdvertisingReportEventParam (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_evt.h175 } HciLeDirectedAdvertisingReportEventParam; typedef
H A Dhci.h1420 void (*leDirectedAdvertisingReport)(const HciLeDirectedAdvertisingReportEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h173 void GapOnLeDirectedAdvertisingReport(const HciLeDirectedAdvertisingReportEventParam *eventParam);
H A Dgap_hci_receive.c797 static void GapRecvLeDirectedAdvertisingReport(const HciLeDirectedAdvertisingReportEventParam *even… in GapRecvLeDirectedAdvertisingReport()
800 HciLeDirectedAdvertisingReportEventParam hciParam = *eventParam; in GapRecvLeDirectedAdvertisingReport()
H A Dgap_le_scan.c594 void GapOnLeDirectedAdvertisingReport(const HciLeDirectedAdvertisingReportEventParam *eventParam) in GapOnLeDirectedAdvertisingReport()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c259 HciLeDirectedAdvertisingReportEventParam eventParam = { in HciEventOnLeDirectedAdvertisingReportCompleteEvent()