Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h197 void (*encryptionChangeCallback)(const BtAddr *addr, uint8_t status, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1690 if (g_authenticationCallback.callback.encryptionChangeCallback) { in GapOnEncryptionChangeEvent()
1691 g_authenticationCallback.callback.encryptionChangeCallback(&addr, in GapOnEncryptionChangeEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp283 authenticationCbs.encryptionChangeCallback = EncryptionChangeCallback; in RegisterCallback()