Searched defs:ediv (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_cmd.c | 231 int SMP_SendMasterIdentification(uint16_t handle, uint16_t ediv, const uint8_t *rand, SMP_SendDataCb cb) in SMP_SendMasterIdentification() argument
|
H A D | smp_hci_event.c | 907 uint16_t ediv; in SMP_OnLtkReqEncProc() local
|
H A D | smp.c | 650 int SMP_StartEncryption(uint16_t handle, const uint8_t *random, uint16_t ediv, const uint8_t *key) in SMP_StartEncryption() argument 1779 void SMP_NotifyCbLtkReq(uint16_t handle, const uint8_t *random, uint16_t ediv) in SMP_NotifyCbLtkReq() argument
|
H A D | smp_def.h | 254 uint16_t ediv; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_sm_receive.c | 56 uint16_t ediv; member 274 static void GapRecvLeLongTermKeyRequest(uint16_t handle, const uint8_t *random, uint16_t ediv) in GapRecvLeLongTermKeyRequest() argument
|
H A D | gap_le_sec.c | 495 void GapLeLongTermKeyRequest(uint16_t handle, const uint8_t *random, uint16_t ediv) in GapLeLongTermKeyRequest() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 107 void BleSecurity::LeLocalEncryptionKeyReqEvent(const BtAddr *addr, uint64_t rand, uint16_t ediv, void *context) in LeLocalEncryptionKeyReqEvent() argument 540 std::string ediv = BleConfig::GetInstance().GetLocalEdiv(addr.GetAddress()); in GapLeLocalEncryptionKeyReqEvent() local 569 std::string ediv = BleConfig::GetInstance().GetPeerEdiv(addr.GetAddress()); GapLeRemoteEncryptionKeyReqEvent() local [all...] |
H A D | ble_config.cpp | 347 bool BleConfig::SetLocalEdivRand(const std::string §ion, const std::string &ediv, const std::string &rand) const in SetLocalEdivRand() argument 419 bool BleConfig::SetPeerEdivRand(const std::string §ion, const std::string &ediv, const std::string &rand) const in SetPeerEdivRand() argument 513 std::string ediv; in GetLocalEdiv() local 573 std::string ediv; GetPeerEdiv() local [all...] |
H A D | ble_defs.h | 297 uint16_t ediv; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 544 uint16_t ediv; member
|
H A D | gap_le_if.h | 301 uint16_t ediv; /// Encrypted Diversifier member
|
Completed in 16 milliseconds