Searched refs:SetAddress (Results 1 – 19 of 19) sorted by relevance
42 void SetAddress(AddressWithType address);
32 void AclConnection::SetAddress(AddressWithType address) { address_ = address; } in SetAddress() function in test_vendor_lib::AclConnection
183 void AclConnectionHandler::SetAddress(uint16_t handle, in SetAddress() function in test_vendor_lib::AclConnectionHandler189 connection.SetAddress(address); in SetAddress()
49 void SetAddress(bluetooth::hci::Address address);
62 void SetAddress(uint16_t handle, bluetooth::hci::AddressWithType address);
64 void LeAdvertiser::SetAddress(Address address) { in SetAddress() function in test_vendor_lib::LeAdvertiser
101 void SetAddress(Address address) override;
48 properties_.SetAddress(addr); in Initialize()86 properties_.SetAddress(public_address); in DualModeController()2123 void DualModeController::SetAddress(Address address) { in SetAddress() function in test_vendor_lib::DualModeController2124 properties_.SetAddress(address); in SetAddress()
1748 advertisers_[set].SetAddress(address); in SetLeExtendedAddress()
44 if (Address::FromString(args[1], addr)) properties_.SetAddress(addr); in Initialize()
34 properties_.SetAddress(device_to_sniff_); in Initialize()
42 if (Address::FromString(args[1], addr)) properties_.SetAddress(addr); in Initialize()
73 void Device::SetAddress(Address) { in SetAddress() function in test_vendor_lib::Device
84 if (Address::FromString(args[1], addr)) properties_.SetAddress(addr); in Initialize()
62 virtual void SetAddress(Address address);
150 properties_.SetAddress(page_addr); in UpdatePageScan()
91 void SetAddress(const Address& address) { in SetAddress() function
47 mutation.Add(adapter_config.SetAddress(address)); in TEST()
230 devices_[index]->SetAddress(address); in SetDeviceAddress()