Home
last modified time | relevance | path

Searched refs:identity_address (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/security/record/
Dsecurity_record_storage_test.cc82 hci::AddressWithType identity_address( in TEST_F() local
92 …ed_ptr<record::SecurityRecord> record = std::make_shared<record::SecurityRecord>(identity_address); in TEST_F()
94 record->identity_address_ = identity_address; in TEST_F()
107 auto device = storage_module_->GetDeviceByClassicMacAddress(identity_address.GetAddress()); in TEST_F()
109 ASSERT_EQ(device.Le().GetAddressType(), identity_address.GetAddressType()); in TEST_F()
/system/bt/stack/btm/
Dbtm_ble_addr.cc338 const auto& identity_address = p_sec_rec->ble.identity_address_with_type.bda; in btm_ble_refresh_peer_resolvable_private_addr() local
341 if (!acl_refresh_remote_address(identity_address, identity_address_type, in btm_ble_refresh_peer_resolvable_private_addr()
344 if (!acl_refresh_remote_address(identity_address, identity_address_type, in btm_ble_refresh_peer_resolvable_private_addr()
/system/bt/gd/security/
Dpairing_handler_le.cc386 std::optional<hci::AddressWithType> identity_address; in ReceiveKeys() local
430identity_address = hci::AddressWithType(iapacketview.GetBdAddr(), iapacketview.GetAddrType() == Ad… in ReceiveKeys()
449 .remote_identity_address = identity_address, in ReceiveKeys()
455 std::array<uint8_t, 8> rand, Octet16 irk, Address identity_address, in SendKeys() argument
468 …dL2capPacket(i, IdentityAddressInformationBuilder::Create(identity_addres_type, identity_address)); in SendKeys()
Dpairing_handler_le.h254 … std::array<uint8_t, 8> rand, Octet16 irk, Address identity_address, AddrType identity_addres_type,
/system/bt/stack/include/
Dacl_api.h191 bool acl_refresh_remote_address(const RawAddress& identity_address,
/system/bt/test/mock/
Dmock_stack_acl.cc123 bool acl_refresh_remote_address(const RawAddress& identity_address, in acl_refresh_remote_address() argument
/system/bt/stack/acl/
Dbtm_acl.cc2244 bool acl_refresh_remote_address(const RawAddress& identity_address, in acl_refresh_remote_address() argument
2258 p_acl->active_remote_addr = identity_address; in acl_refresh_remote_address()