Index: device/bluetooth/dbus/fake_bluetooth_adapter_client.cc |
diff --git a/device/bluetooth/dbus/fake_bluetooth_adapter_client.cc b/device/bluetooth/dbus/fake_bluetooth_adapter_client.cc |
index 15d00555ac94b8ed3448491e7df694fd5a40cbfc..cc8ce7d382534f45974783c2d44f1c00e09a7829 100644 |
--- a/device/bluetooth/dbus/fake_bluetooth_adapter_client.cc |
+++ b/device/bluetooth/dbus/fake_bluetooth_adapter_client.cc |
@@ -313,6 +313,10 @@ void FakeBluetoothAdapterClient::SetSecondUUIDs( |
second_properties_->uuids.ReplaceValue(uuids); |
} |
+void FakeBluetoothAdapterClient::SetDiscoverableTimeout(uint32_t timeout) { |
+ properties_->discoverable_timeout.ReplaceValue(timeout); |
+} |
+ |
void FakeBluetoothAdapterClient::OnPropertyChanged( |
const std::string& property_name) { |
if (property_name == properties_->powered.name() && |