Home
last modified time | relevance | path

Searched refs:HciLeAdvertisingReportEventParam (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.h64 } HciLeAdvertisingReportEventParam; typedef
H A Dhci.h1393 void (*leAdvertisingReport)(const HciLeAdvertisingReportEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c726 HciLeAdvertisingReportEventParam *hciParam = ctx; in GapFreeLeAdvertisingReportEvent()
734 static void GapRecvLeAdvertisingReportEvent(const HciLeAdvertisingReportEventParam *eventParam) in GapRecvLeAdvertisingReportEvent()
737 HciLeAdvertisingReportEventParam hciParam = *eventParam; in GapRecvLeAdvertisingReportEvent()
H A Dgap_internal.h170 void GapOnLeAdvertisingReportEvent(const HciLeAdvertisingReportEventParam *eventParam);
H A Dgap_le_scan.c438 void GapOnLeAdvertisingReportEvent(const HciLeAdvertisingReportEventParam *eventParam) in GapOnLeAdvertisingReportEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c62 HciLeAdvertisingReportEventParam eventParam = { in HciEventOnLeAdvertisingReportEvent()