Home
last modified time | relevance | path

Searched defs:ediv (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dlink_key.h28 LinkKey(const UInt128& value, uint64_t rand, uint16_t ediv) in LinkKey()
38 uint16_t ediv() const { return ediv_; } in ediv() function
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dbond_data2.h33 uint16_t ediv; member
Dbond_data.h33 uint16_t ediv; member
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dlow_energy_connection.cc139 uint16_t ediv = view.encrypted_diversifier().Read(); in OnLELongTermKeyRequestEvent() local
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dphase_3.cc139 uint16_t ediv = in OnCentralIdentification() local
Dphase_3_test.cc116 auto MakeCentralIdentification(uint64_t random, uint16_t ediv) { in MakeCentralIdentification()
125 void ReceiveCentralIdentification(uint64_t random, uint16_t ediv) { in ReceiveCentralIdentification()
Dsecurity_manager_test.cc435 void ReceiveCentralIdentification(uint64_t random, uint16_t ediv) { in ReceiveCentralIdentification()
618 uint16_t ediv() const { return ediv_; } in ediv() function in bt::sm::__anon416f40820111::SecurityManagerTest
/external/python/bumble/bumble/
Dlink.py194 self, central_address, peripheral_address, rand, ediv, ltk argument
633 def on_connection_encrypted(self, _, peripheral_address, rand, ediv, ltk): argument
Dkeys.py47 def __init__(self, value, authenticated=False, ediv=None, rand=None): argument
/external/pigweed/pw_bluetooth_sapphire/host/sm/public/pw_bluetooth_sapphire/internal/host/sm/
Dsmp.h275 uint16_t ediv; member