Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_snoop_filter_evt.c150 HciInquiryResultWithRssi *result = (HciInquiryResultWithRssi *)(param + offset); in HciInquiryResultWithRssiEventFilter()
151 offset += sizeof(HciInquiryResultWithRssi); in HciInquiryResultWithRssiEventFilter()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/
Dhci_def_evt.h373 } HciInquiryResultWithRssi; typedef
377 HciInquiryResultWithRssi *responses;
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/gap/
Dgap_hci_receive.c395 hciParam.responses = MEM_MALLOC.alloc(hciParam.numResponses * sizeof(HciInquiryResultWithRssi)); in GapRecvInquiryResultRssi()
402 hciParam.numResponses * sizeof(HciInquiryResultWithRssi), in GapRecvInquiryResultRssi()
404 hciParam.numResponses * sizeof(HciInquiryResultWithRssi)); in GapRecvInquiryResultRssi()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/evt/
Dhci_evt.c590 …if ((sizeof(HciInquiryResultWithRssi) * eventParam.numResponses + 1) != BufferGetSize(payloadBuffe… in HciEventOnInquiryResultWithRSSIEvent()
594 HciInquiryResultWithRssi *responses = NULL; in HciEventOnInquiryResultWithRSSIEvent()
596 responses = MEM_MALLOC.alloc(sizeof(HciInquiryResultWithRssi) * eventParam.numResponses); in HciEventOnInquiryResultWithRSSIEvent()