Home
last modified time | relevance | path

Searched refs:hciParam (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c29 void *hciParam = NULL; in GapProcessHciEventInTask() local
31 hciParam = MEM_MALLOC.alloc(ctxLen); in GapProcessHciEventInTask()
32 if (hciParam == NULL) { in GapProcessHciEventInTask()
35 (void)memcpy_s(hciParam, ctxLen, ctx, ctxLen); in GapProcessHciEventInTask()
38 return GapRunTaskUnBlockProcess(run, hciParam, free); in GapProcessHciEventInTask()
297 HciInquiryResultEventParam *hciParam = ctx; in GapFreeInquiryResult() local
298 MEM_MALLOC.free(hciParam->responses); in GapFreeInquiryResult()
304 HciInquiryResultEventParam hciParam = *eventParam; in GapRecvInquiryResult() local
305 hciParam.responses = MEM_MALLOC.alloc(hciParam in GapRecvInquiryResult()
382 HciInquiryResultWithRssiEventParam *hciParam = ctx; GapFreeInquiryResultRssi() local
390 HciInquiryResultWithRssiEventParam hciParam = *eventParam; GapRecvInquiryResultRssi() local
726 HciLeAdvertisingReportEventParam *hciParam = ctx; GapFreeLeAdvertisingReportEvent() local
737 HciLeAdvertisingReportEventParam hciParam = *eventParam; GapRecvLeAdvertisingReportEvent() local
800 HciLeDirectedAdvertisingReportEventParam hciParam = *eventParam; GapRecvLeDirectedAdvertisingReport() local
819 HciLeExtendedAdvertisingReportEventParam *hciParam = ctx; GapFreeLeExtendedAdvertisingReportEvent() local
830 HciLeExtendedAdvertisingReportEventParam hciParam = *eventParam; GapRecvLeExtendedAdvertisingReportEvent() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c69 HciLeSetAddressResolutionEnableParam hciParam = { in BtmEnableAddressResolution() local
72 HCI_LeSetAddressResolutionEnable(&hciParam); in BtmEnableAddressResolution()
77 HciLeSetAddressResolutionEnableParam hciParam = { in BtmDisableAddressResolution() local
80 HCI_LeSetAddressResolutionEnable(&hciParam); in BtmDisableAddressResolution()

Completed in 3 milliseconds