Searched defs:LePairKeyNotify (Results 1 – 2 of 2) sorted by relevance
349 struct LePairKeyNotify { struct350 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 …]
311 void BleSecurity::LePairKeyNotify(const BtAddr *addr, LePairedKeys leKeys, void *context) in LePairKeyNotify() function in OHOS::bluetooth::BleSecurity