Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h188 void (*remoteOobReq)(const BtAddr *addr, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1340 if (g_authenticationCallback.callback.remoteOobReq) { in GapOnRemoteOOBDataRequestEvent()
1341 g_authenticationCallback.callback.remoteOobReq(&addr, g_authenticationCallback.context); in GapOnRemoteOOBDataRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp289 authenticationCbs.remoteOobReq = RemoteOobReqCallback; in RegisterCallback()