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/ |
D | link_key.h | 28 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/ |
D | bond_data2.h | 33 uint16_t ediv; member
|
D | bond_data.h | 33 uint16_t ediv; member
|
/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
D | low_energy_connection.cc | 139 uint16_t ediv = view.encrypted_diversifier().Read(); in OnLELongTermKeyRequestEvent() local
|
/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
D | phase_3.cc | 139 uint16_t ediv = in OnCentralIdentification() local
|
D | phase_3_test.cc | 116 auto MakeCentralIdentification(uint64_t random, uint16_t ediv) { in MakeCentralIdentification() 125 void ReceiveCentralIdentification(uint64_t random, uint16_t ediv) { in ReceiveCentralIdentification()
|
D | security_manager_test.cc | 435 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/ |
D | link.py | 194 self, central_address, peripheral_address, rand, ediv, ltk argument 633 def on_connection_encrypted(self, _, peripheral_address, rand, ediv, ltk): argument
|
D | keys.py | 47 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/ |
D | smp.h | 275 uint16_t ediv; member
|