Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_discover.c297 void GapGetRemoteNameCancelComplete(const HciRemoteNameRequestCancelReturnParam *param) in GapGetRemoteNameCancelComplete() function
H A Dgap_internal.h81 void GapGetRemoteNameCancelComplete(const HciRemoteNameRequestCancelReturnParam *param);
H A Dgap_hci_receive.c91 …int ret = GapProcessHciEventInTask((TaskFunc)GapGetRemoteNameCancelComplete, param, sizeof(*param)… in GapRecvGetRemoteNameCancelComplete()