Searched refs:HciLeExtendedAdvertisingReport (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_scan.c | 71 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 D | gap_hci_receive.c | 832 … 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 D | btm_snoop_filter_evt.c | 84 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 D | hci_def_le_evt.h | 213 } HciLeExtendedAdvertisingReport; typedef 217 HciLeExtendedAdvertisingReport *reports;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
H A D | hci_evt_le.c | 307 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()
|