Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h342 …void (*leLocalEncryptionKeyReqEvent)(const BtAddr *addr, uint64_t rand, uint16_t ediv, void *conte… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c506 if (g_leSecurityCallback.callback.leLocalEncryptionKeyReqEvent) { in GapLeLongTermKeyRequest()
507 g_leSecurityCallback.callback.leLocalEncryptionKeyReqEvent( in GapLeLongTermKeyRequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp864 gapCallbacks_.leLocalEncryptionKeyReqEvent = &BleSecurity::LeLocalEncryptionKeyReqEvent; in RegisterCallbackToGap()