Searched refs:leKeys (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 311 void BleSecurity::LePairKeyNotify(const BtAddr *addr, LePairedKeys leKeys, void *context) in LePairKeyNotify() argument 321 if (leKeys.remoteEncKey != nullptr) { in LePairKeyNotify() 323 …&gapCallbackParam.lePairKeyNotify_.remoteEncKey, sizeof(LeEncKey), leKeys.remoteEncKey, sizeof(LeE… in LePairKeyNotify() 328 if (leKeys.remoteIdKey != nullptr) { in LePairKeyNotify() 330 …&gapCallbackParam.lePairKeyNotify_.remoteIdKey, sizeof(LeIdKey), leKeys.remoteIdKey, sizeof(LeIdKe… in LePairKeyNotify() 335 if (leKeys.remoteSignKey != nullptr) { in LePairKeyNotify() 338 leKeys.remoteSignKey, in LePairKeyNotify() 344 if (leKeys.localEncKey != nullptr) { in LePairKeyNotify() 346 …&gapCallbackParam.lePairKeyNotify_.localEncKey, sizeof(LeEncKey), leKeys.localEncKey, sizeof(LeEnc… in LePairKeyNotify() 351 if (leKeys.localSignKey != nullptr) { in LePairKeyNotify() [all …]
|
H A D | ble_security.h | 88 static void LePairKeyNotify(const BtAddr *addr, LePairedKeys leKeys, void *context);
|