/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/ |
D | low_energy_address_manager.h | 84 void set_irk(const std::optional<UInt128>& irk) { irk_ = irk; } in set_irk() 102 std::optional<UInt128> irk() const override { return irk_; } in irk() function
|
D | fake_adapter.h | 165 std::optional<UInt128> irk() const override { return std::nullopt; } in irk() function
|
/external/python/bumble/examples/ |
D | device_with_rpa.json | 5 "irk": "865F81FF5A8B486EAAE29A27AD9F77DC", string
|
D | device1.json | 6 "irk": "865F81FF5A8B486EAAE29A27AD9F77DC" string
|
D | device2.json | 5 "irk": "43E96EC5C5DBD8D0F5204CFFDECE0096", string
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | identity_resolving_list.cc | 22 void IdentityResolvingList::Add(DeviceAddress identity, const UInt128& irk) { in Add()
|
D | adapter.cc | 215 void set_irk(const std::optional<UInt128>& irk) override { in set_irk() 219 std::optional<UInt128> irk() const override { in irk() function in bt::gap::AdapterImpl::LowEnergyImpl
|
D | secure_simple_pairing_state_test.cc | 177 std::optional<UInt128> irk() const override { return kIrk; } in irk() function in bt::gap::__anona715e2010111::PairingStateTest
|
D | bredr_connection_manager_test.cc | 928 std::optional<UInt128> irk() const override { return kIrk; } in irk() function in bt::gap::__anon923eb3400111::BrEdrConnectionManagerTest
|
/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/ |
D | fake_local_address_delegate.h | 33 std::optional<UInt128> irk() const override { return std::nullopt; } in irk() function
|
/external/pigweed/third_party/boringssl/ |
D | build_test.cc | 50 alignas(16) const UInt128 irk{{0x9B, in TEST() local
|
/external/pigweed/pw_bluetooth_sapphire/host/sm/public/pw_bluetooth_sapphire/internal/host/sm/ |
D | types.h | 288 std::optional<sm::Key> irk; member 302 UInt128 irk; member
|
/external/python/bumble/apps/ |
D | scan.py | 235 irk, argument
|
/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
D | phase_3_test.cc | 432 std::optional<IRK> irk = std::nullopt; in TEST_F() local 834 std::optional<IRK> irk = std::nullopt; in TEST_F() local 921 std::optional<IRK> irk = std::nullopt; in TEST_F() local 956 std::optional<IRK> irk = std::nullopt; in TEST_F() local
|
D | phase_3.cc | 179 void Phase3::OnIdentityInformation(const IRK& irk) { in OnIdentityInformation()
|
D | util_test.cc | 552 const UInt128 irk{{0x9B, in TEST() local 613 const UInt128 irk{{'s', in TEST() local
|
D | util.cc | 384 bool IrkCanResolveRpa(const UInt128& irk, const DeviceAddress& rpa) { in IrkCanResolveRpa() 408 DeviceAddress GenerateRpa(const UInt128& irk) { in GenerateRpa()
|
D | security_manager_test.cc | 445 void ReceiveIdentityResolvingKey(const UInt128& irk) { in ReceiveIdentityResolvingKey() 568 const std::optional<Key>& irk() const { return pairing_data_.irk; } in irk() function in bt::sm::__anon416f40820111::SecurityManagerTest
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | host_server_test.cc | 1411 fsys::Key irk{{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}}; in TEST_F() local
|
/external/python/bumble/bumble/ |
D | device.py | 1611 irk: bytes = bytes(16) # This really must be changed for any level of security variable in DeviceConfiguration
|