Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_defs.h349 struct LePairKeyNotify { struct
350 BtAddr addr;
351 LeEncKey remoteEncKey;
352 bool hasRemoteEncKey;
353 LeIdKey remoteIdKey;
354 bool hasRemoteIdKey;
356 bool hasRemoteSignKey;
357 LeEncKey localEncKey;
358 bool hasLocalEncKey;
359 LeSignKey localSignKey;
[all …]
H A Dble_security.cpp311 void BleSecurity::LePairKeyNotify(const BtAddr *addr, LePairedKeys leKeys, void *context) in LePairKeyNotify() function in OHOS::bluetooth::BleSecurity