Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage_test.cc87 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/
Dbtm_ble_addr.cc267 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/
Dpairing_handler_le.cc394 std::optional<hci::AddressWithType> identity_address; in ReceiveKeys() local
436identity_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()
Dpairing_handler_le.h264 Address identity_address,
/packages/modules/Bluetooth/system/stack/include/
Dacl_api.h193 bool acl_refresh_remote_address(const RawAddress& identity_address,
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.h294 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()
Dmock_stack_acl.cc271 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/
Dbtm_acl.cc2088 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()