Home
last modified time | relevance | path

Searched refs:leKeys (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp311 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(LeEncKey)); in LePairKeyNotify()
328 if (leKeys.remoteIdKey != nullptr) { in LePairKeyNotify()
330 &gapCallbackParam.lePairKeyNotify_.remoteIdKey, sizeof(LeIdKey), leKeys.remoteIdKey, sizeof(LeIdKey)); 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(LeEncKey)); in LePairKeyNotify()
351 if (leKeys in LePairKeyNotify()
[all...]
H A Dble_security.h88 static void LePairKeyNotify(const BtAddr *addr, LePairedKeys leKeys, void *context);

Completed in 2 milliseconds