| Index: device/bluetooth/dbus/fake_bluetooth_adapter_client.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_adapter_client.h b/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
|
| index 678a9e446f26fbc45babd4dff967af335f3ac588..a38fc0ce22188bbffc88c2352f64ed2a1a4053ca 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
|
| @@ -86,6 +86,9 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothAdapterClient
|
| void SetUUIDs(const std::vector<std::string>& uuids);
|
| void SetSecondUUIDs(const std::vector<std::string>& uuids);
|
|
|
| + // Set discoverable timeout
|
| + void SetDiscoverableTimeout(uint32_t timeout);
|
| +
|
| // Object path, name and addresses of the adapters we emulate.
|
| static const char kAdapterPath[];
|
| static const char kAdapterName[];
|
|
|