Home
last modified time | relevance | path

Searched defs:irk (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager_test.cc168 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
Daddress_with_type.h54 bool IsRpaThatMatchesIrk(const hci::Octet16& irk) const { in IsRpaThatMatchesIrk()
Dle_scanning_callback.h103 std::array<uint8_t, 16> irk; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dlow_energy_address_manager.h84 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/
DScanFilter.java105 @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/
Dbtm_ble_sec_api_types.h63 Octet16 irk; member
105 Octet16 irk; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dtypes.h281 std::optional<sm::Key> irk; member
295 UInt128 irk; member
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanFilterQueue.java54 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 Dutil.cc368 bool IrkCanResolveRpa(const UInt128& irk, const DeviceAddress& rpa) { in IrkCanResolveRpa()
392 DeviceAddress GenerateRpa(const UInt128& irk) { in GenerateRpa()
H A Dutil_test.cc552 const UInt128 irk{{0x9B, in TEST() local
613 const UInt128 irk{{'s', in TEST() local
H A Dphase_3_test.cc431 std::optional<IRK> irk = std::nullopt; in TEST_F() local
833 std::optional<IRK> irk = std::nullopt; in TEST_F() local
H A Dphase_3.cc178 void Phase3::OnIdentityInformation(const IRK& irk) { in OnIdentityInformation()
/aosp_15_r20/external/python/bumble/examples/
Ddevice_with_rpa.json5 "irk": "865F81FF5A8B486EAAE29A27AD9F77DC", string
Ddevice1.json6 "irk": "865F81FF5A8B486EAAE29A27AD9F77DC" string
Ddevice2.json5 "irk": "43E96EC5C5DBD8D0F5204CFFDECE0096", string
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/
Dbumble_config.json6 "irk": "1F66F4B5F0C742F807DD0DDBF64E9213" string
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Drpa_generation_test.cc32 std::array<uint8_t, rootcanal::LinkLayerController::kIrkSize> irk = { in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Didentity_resolving_list.cc22 void IdentityResolvingList::Add(DeviceAddress identity, const UInt128& irk) { in Add()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress_with_type.h56 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 Dfake_local_address_delegate.h33 std::optional<UInt128> irk() const override { return std::nullopt; } in irk() function
/aosp_15_r20/external/pigweed/third_party/boringssl/
H A Dbuild_test.cc50 const UInt128 irk{{0x9B, in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_initiator_address_facade.cc64 Octet16 irk = {}; in SetPrivacyPolicyForInitiatorAddress() local
/aosp_15_r20/external/python/bumble/apps/
Dscan.py235 irk, argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_addr.cc75 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/
Dffi.cc126 std::array<uint8_t, LinkLayerController::kIrkSize> irk; in ffi_generate_rpa() local

12345