Home
last modified time | relevance | path

Searched refs:GapOnGetRemoteNameComplete (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_discover.c253 NO_SANITIZE("cfi") void GapOnGetRemoteNameComplete(const HciRemoteNameRequestCompleteEventParam *ev… in GapOnGetRemoteNameComplete() function
H A Dgap_internal.h86 void GapOnGetRemoteNameComplete(const HciRemoteNameRequestCompleteEventParam *eventParam);
H A Dgap_hci_receive.c335 …int ret = GapProcessHciEventInTask((TaskFunc)GapOnGetRemoteNameComplete, eventParam, sizeof(*event… in GapRecvGetRemoteNameComplete()