Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_command_handler.cc48 SET_HANDLER("set_device_address", SetDeviceAddress); in TestCommandHandler()
238 void TestCommandHandler::SetDeviceAddress(const vector<std::string>& args) { in SetDeviceAddress() function in test_vendor_lib::TestCommandHandler
247 model_.SetDeviceAddress(device_id, device_address); in SetDeviceAddress()
H A Dtest_command_handler.h76 void SetDeviceAddress(const std::vector<std::string>& args);
H A Dtest_model.h83 void SetDeviceAddress(size_t device_index, Address device_address);
H A Dtest_model.cc231 void TestModel::SetDeviceAddress(size_t index, Address address) { in SetDeviceAddress() function in test_vendor_lib::TestModel
/aosp12/system/bt/service/common/bluetooth/
H A Dscan_filter.h46 bool SetDeviceAddress(const std::string& device_address);
H A Dscan_filter.cc50 bool ScanFilter::SetDeviceAddress(const std::string& device_address) { in SetDeviceAddress() function in bluetooth::ScanFilter
/aosp12/system/bt/service/test/
H A Dparcelable_unittest.cc113 ASSERT_TRUE(filter.SetDeviceAddress("01:02:04:AB:CD:EF")); in TEST()