Home
last modified time | relevance | path

Searched refs:AuthenticationCompleteCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h550 static void AuthenticationCompleteCallback(const BtAddr *addr, uint8_t status, void *context);
H A Dclassic_adapter.cpp282 authenticationCbs.authenticationComplete = AuthenticationCompleteCallback; in RegisterCallback()
864 void ClassicAdapter::AuthenticationCompleteCallback(const BtAddr *addr, uint8_t status, void *conte… in AuthenticationCompleteCallback() function in OHOS::bluetooth::ClassicAdapter