Home
last modified time | relevance | path

Searched refs:HciInquiryResult (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c124 HciInquiryResult *result = (HciInquiryResult *)(param + offset); in HciInquiryResultEventFilter()
125 offset += sizeof(HciInquiryResult); in HciInquiryResultEventFilter()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h46 } HciInquiryResult; typedef
50 HciInquiryResult *responses;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c305 hciParam.responses = MEM_MALLOC.alloc(hciParam.numResponses * sizeof(HciInquiryResult)); in GapRecvInquiryResult()
312 hciParam.numResponses * sizeof(HciInquiryResult), in GapRecvInquiryResult()
314 hciParam.numResponses * sizeof(HciInquiryResult)); in GapRecvInquiryResult()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c102 if ((sizeof(HciInquiryResult) * eventParam.numResponses + 1) != BufferGetSize(payloadBuffer)) { in HciEventOnInquiryResultEvent()
106 HciInquiryResult *responses = NULL; in HciEventOnInquiryResultEvent()
108 responses = MEM_MALLOC.alloc(sizeof(HciInquiryResult) * eventParam.numResponses); in HciEventOnInquiryResultEvent()