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/service/src/ble/
H A Dble_security.h72 …static void LeLocalEncryptionKeyReqEvent(const BtAddr *addr, uint64_t rand, uint16_t ediv, void *c…
H A Dble_defs.h281 struct LeLocalEncryptionKeyReqEvent { struct
H A Dble_security.cpp107 void BleSecurity::LeLocalEncryptionKeyReqEvent(const BtAddr *addr, uint64_t rand, uint16_t ediv, vo… in LeLocalEncryptionKeyReqEvent() function in OHOS::bluetooth::BleSecurity
864 gapCallbacks_.leLocalEncryptionKeyReqEvent = &BleSecurity::LeLocalEncryptionKeyReqEvent; in RegisterCallbackToGap()