Home
last modified time | relevance | path

Searched refs:HciInquiryCompleteEventParam (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_discover.c98 NO_SANITIZE("cfi") void GapOnInquiryComplete(const HciInquiryCompleteEventParam *eventParam) in GapOnInquiryComplete()
H A Dgap_internal.h82 void GapOnInquiryComplete(const HciInquiryCompleteEventParam *eventParam);
H A Dgap_hci_receive.c286 static void GapRecvInquiryComplete(const HciInquiryCompleteEventParam *eventParam) in GapRecvInquiryComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h33 typedef HciStatusParam HciInquiryCompleteEventParam; typedef
H A Dhci.h948 void (*inquiryComplete)(const HciInquiryCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c32 HciInquiryCompleteEventParam eventParam = { in HciCmdOnInquiryFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c72 HciInquiryCompleteEventParam *param = (HciInquiryCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnInquiryCompleteEvent()