Searched refs:identity_address (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/record/ |
D | security_record_storage_test.cc | 87 hci::AddressWithType identity_address( in TEST_F() local 97 …ed_ptr<record::SecurityRecord> record = std::make_shared<record::SecurityRecord>(identity_address); in TEST_F() 99 record->identity_address_ = identity_address; in TEST_F() 112 auto device = storage_module_->GetDeviceByClassicMacAddress(identity_address.GetAddress()); in TEST_F() 114 ASSERT_EQ(device.Le().GetAddressType(), identity_address.GetAddressType()); in TEST_F()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_addr.cc | 267 const auto& identity_address = p_sec_rec->ble.identity_address_with_type.bda; in btm_ble_refresh_peer_resolvable_private_addr() local 270 if (!acl_refresh_remote_address(identity_address, identity_address_type, in btm_ble_refresh_peer_resolvable_private_addr() 273 if (!acl_refresh_remote_address(identity_address, identity_address_type, in btm_ble_refresh_peer_resolvable_private_addr()
|
/packages/modules/Bluetooth/system/gd/security/ |
D | pairing_handler_le.cc | 394 std::optional<hci::AddressWithType> identity_address; in ReceiveKeys() local 436 …identity_address = hci::AddressWithType(iapacketview.GetBdAddr(), iapacketview.GetAddrType() == Ad… in ReceiveKeys() 455 .remote_identity_address = identity_address, in ReceiveKeys() 461 std::array<uint8_t, 8> rand, Octet16 irk, Address identity_address, in SendKeys() argument 474 …dL2capPacket(i, IdentityAddressInformationBuilder::Create(identity_addres_type, identity_address)); in SendKeys()
|
D | pairing_handler_le.h | 264 Address identity_address,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | acl_api.h | 193 bool acl_refresh_remote_address(const RawAddress& identity_address,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_acl.h | 294 std::function<bool(const RawAddress& identity_address, 302 bool operator()(const RawAddress& identity_address, in operator() 305 return body(identity_address, identity_address_type, bda, rra_type, rpa); in operator()
|
D | mock_stack_acl.cc | 271 bool acl_refresh_remote_address(const RawAddress& identity_address, in acl_refresh_remote_address() argument 278 identity_address, identity_address_type, bda, rra_type, rpa); in acl_refresh_remote_address()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 2088 bool acl_refresh_remote_address(const RawAddress& identity_address, in acl_refresh_remote_address() argument 2103 p_acl->active_remote_addr = identity_address; in acl_refresh_remote_address()
|