Home
last modified time | relevance | path

Searched refs:HciLeExtendedAdvertisingReport (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c71 HciLeExtendedAdvertisingReport *report = info->report; in GapFreeReportRPAResolveInfo()
137 …apLeSetExAdvReportParam(GapExAdvReportParam *advParam, const HciLeExtendedAdvertisingReport *repor… in GapLeSetExAdvReportParam()
185 HciLeExtendedAdvertisingReport *report = info->report; in GapCallbackRPAExtendedAdvertisingReport()
344 advData = MEM_MALLOC.alloc(((const HciLeExtendedAdvertisingReport *)advReport)->dataLength); in GapLeAllocAdvReportRPAResolveInfo()
347 ((const HciLeExtendedAdvertisingReport *)advReport)->dataLength, in GapLeAllocAdvReportRPAResolveInfo()
348 ((const HciLeExtendedAdvertisingReport *)advReport)->data, in GapLeAllocAdvReportRPAResolveInfo()
349 ((const HciLeExtendedAdvertisingReport *)advReport)->dataLength); in GapLeAllocAdvReportRPAResolveInfo()
351 report = MEM_MALLOC.alloc(sizeof(HciLeExtendedAdvertisingReport)); in GapLeAllocAdvReportRPAResolveInfo()
354 …report, sizeof(HciLeExtendedAdvertisingReport), advReport, sizeof(HciLeExtendedAdvertisingReport)); in GapLeAllocAdvReportRPAResolveInfo()
355 ((HciLeExtendedAdvertisingReport *)report)->data = advData; in GapLeAllocAdvReportRPAResolveInfo()
[all …]
H A Dgap_hci_receive.c832 … hciParam.reports = MEM_MALLOC.alloc(hciParam.numReports * sizeof(HciLeExtendedAdvertisingReport)); in GapRecvLeExtendedAdvertisingReportEvent()
839 hciParam.numReports * sizeof(HciLeExtendedAdvertisingReport), in GapRecvLeExtendedAdvertisingReportEvent()
841 hciParam.numReports * sizeof(HciLeExtendedAdvertisingReport)); in GapRecvLeExtendedAdvertisingReportEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c84 HciLeExtendedAdvertisingReport *report = (HciLeExtendedAdvertisingReport *)(param + offset); in HciLeExtendedAdvertisingReportEventFilter()
85 offset += offsetof(HciLeExtendedAdvertisingReport, data); in HciLeExtendedAdvertisingReportEventFilter()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_evt.h213 } HciLeExtendedAdvertisingReport; typedef
217 HciLeExtendedAdvertisingReport *reports;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c307 HciLeExtendedAdvertisingReport *report, const uint8_t *param, size_t length, int *offset) in HciParseLeExtendedAdvertisingReport()
383 HciLeExtendedAdvertisingReport *reports = in HciEventOnLeExtendedAdvertisingReportEvent()
384 MEM_MALLOC.alloc(sizeof(HciLeExtendedAdvertisingReport) * eventParam.numReports); in HciEventOnLeExtendedAdvertisingReportEvent()