Home
last modified time | relevance | path

Searched refs:GapOnInquiryComplete (Results 1 – 3 of 3) 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() function
H A Dgap_internal.h82 void GapOnInquiryComplete(const HciInquiryCompleteEventParam *eventParam);
H A Dgap_hci_receive.c289 …int ret = GapProcessHciEventInTask((TaskFunc)GapOnInquiryComplete, eventParam, sizeof(*eventParam)… in GapRecvInquiryComplete()