/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_address_manager_test.cc | 168 Octet16 irk = {0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, in TEST_F() local 187 Octet16 irk = {}; in TEST_F() local 207 Octet16 irk = {0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, in TEST_F() local 240 Octet16 irk = {0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, in SetUp() local
|
D | address_with_type.h | 54 bool IsRpaThatMatchesIrk(const hci::Octet16& irk) const { in IsRpaThatMatchesIrk()
|
D | le_scanning_callback.h | 103 std::array<uint8_t, 16> irk; variable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/ |
H A 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
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | ScanFilter.java | 105 @Nullable byte[] irk, in ScanFilter() 808 @NonNull String deviceAddress, @AddressType int addressType, @NonNull byte[] irk) { in setDeviceAddress() 835 @NonNull String deviceAddress, @AddressType int addressType, @Nullable byte[] irk) { in setDeviceAddressInternal()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_sec_api_types.h | 63 Octet16 irk; member 105 Octet16 irk; member
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/ |
H A D | types.h | 281 std::optional<sm::Key> irk; member 295 UInt128 irk; member
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | ScanFilterQueue.java | 54 public byte[] irk; field in ScanFilterQueue.Entry 72 void addDeviceAddress(String address, byte type, byte[] irk) { in addDeviceAddress()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
H A D | util.cc | 368 bool IrkCanResolveRpa(const UInt128& irk, const DeviceAddress& rpa) { in IrkCanResolveRpa() 392 DeviceAddress GenerateRpa(const UInt128& irk) { in GenerateRpa()
|
H A D | util_test.cc | 552 const UInt128 irk{{0x9B, in TEST() local 613 const UInt128 irk{{'s', in TEST() local
|
H A D | phase_3_test.cc | 431 std::optional<IRK> irk = std::nullopt; in TEST_F() local 833 std::optional<IRK> irk = std::nullopt; in TEST_F() local
|
H A D | phase_3.cc | 178 void Phase3::OnIdentityInformation(const IRK& irk) { in OnIdentityInformation()
|
/aosp_15_r20/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
|
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/ |
D | bumble_config.json | 6 "irk": "1F66F4B5F0C742F807DD0DDBF64E9213" string
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | rpa_generation_test.cc | 32 std::array<uint8_t, rootcanal::LinkLayerController::kIrkSize> irk = { in TEST_F() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | identity_resolving_list.cc | 22 void IdentityResolvingList::Add(DeviceAddress identity, const UInt128& irk) { in Add()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/include/hci/ |
D | address_with_type.h | 56 bool IsRpaThatMatchesIrk(const rootcanal::crypto::Octet16& irk) const { in IsRpaThatMatchesIrk()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/ |
H A D | fake_local_address_delegate.h | 33 std::optional<UInt128> irk() const override { return std::nullopt; } in irk() function
|
/aosp_15_r20/external/pigweed/third_party/boringssl/ |
H A D | build_test.cc | 50 const UInt128 irk{{0x9B, in TEST() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_initiator_address_facade.cc | 64 Octet16 irk = {}; in SetPrivacyPolicyForInitiatorAddress() local
|
/aosp_15_r20/external/python/bumble/apps/ |
D | scan.py | 235 irk, argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_addr.cc | 75 static bool rpa_matches_irk(const RawAddress& rpa, const Octet16& irk) { in rpa_matches_irk()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | ffi.cc | 126 std::array<uint8_t, LinkLayerController::kIrkSize> irk; in ffi_generate_rpa() local
|