Home
last modified time | relevance | path

Searched defs:LeLocalEncryptionKeyReqEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_defs.h281 struct LeLocalEncryptionKeyReqEvent { struct
282 BtAddr addr;
283 uint64_t rand;
284 uint16_t ediv;
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