Searched refs:SetDeviceAddress (Results 1 – 7 of 7) sorted by relevance
48 SET_HANDLER("set_device_address", SetDeviceAddress); in TestCommandHandler()238 void TestCommandHandler::SetDeviceAddress(const vector<std::string>& args) { in SetDeviceAddress() function in test_vendor_lib::TestCommandHandler247 model_.SetDeviceAddress(device_id, device_address); in SetDeviceAddress()
76 void SetDeviceAddress(const std::vector<std::string>& args);
83 void SetDeviceAddress(size_t device_index, Address device_address);
231 void TestModel::SetDeviceAddress(size_t index, Address address) { in SetDeviceAddress() function in test_vendor_lib::TestModel
46 bool SetDeviceAddress(const std::string& device_address);
50 bool ScanFilter::SetDeviceAddress(const std::string& device_address) { in SetDeviceAddress() function in bluetooth::ScanFilter
113 ASSERT_TRUE(filter.SetDeviceAddress("01:02:04:AB:CD:EF")); in TEST()