Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c150 HciInquiryResultWithRssi *result = (HciInquiryResultWithRssi *)(param + offset); in HciInquiryResultWithRssiEventFilter()
151 offset += sizeof(HciInquiryResultWithRssi); in HciInquiryResultWithRssiEventFilter()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h373 } HciInquiryResultWithRssi; typedef
377 HciInquiryResultWithRssi *responses;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c391 hciParam.responses = MEM_MALLOC.alloc(hciParam.numResponses * sizeof(HciInquiryResultWithRssi)); in GapRecvInquiryResultRssi()
398 hciParam.numResponses * sizeof(HciInquiryResultWithRssi), in GapRecvInquiryResultRssi()
400 hciParam.numResponses * sizeof(HciInquiryResultWithRssi)); in GapRecvInquiryResultRssi()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c590 if ((sizeof(HciInquiryResultWithRssi) * eventParam.numResponses + 1) != BufferGetSize(payloadBuffer)) { in HciEventOnInquiryResultWithRSSIEvent()
594 HciInquiryResultWithRssi *responses = NULL; in HciEventOnInquiryResultWithRSSIEvent()
596 responses = MEM_MALLOC.alloc(sizeof(HciInquiryResultWithRssi) * eventParam.numResponses); in HciEventOnInquiryResultWithRSSIEvent()

Completed in 7 milliseconds