Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c485 if (g_leSecurityCallback.callback.leRemoteEncryptionKeyReqEvent) { in GapLeRemoteSecurityRequest()
486 … g_leSecurityCallback.callback.leRemoteEncryptionKeyReqEvent(&addr, g_leSecurityCallback.context); in GapLeRemoteSecurityRequest()
691 if (g_leSecurityCallback.callback.leRemoteEncryptionKeyReqEvent) { in GapLeRequestSecurityMaster()
692 … g_leSecurityCallback.callback.leRemoteEncryptionKeyReqEvent(addr, g_leSecurityCallback.context); in GapLeRequestSecurityMaster()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h343 void (*leRemoteEncryptionKeyReqEvent)(const BtAddr *addr, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp865 gapCallbacks_.leRemoteEncryptionKeyReqEvent = &BleSecurity::LeRemoteEncryptionKeyReqEvent; in RegisterCallbackToGap()