| Index: device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.h b/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| index d6618a0862a519dc25541f6ecb6016c739baee0f..7479bd75a3ff112793ef92d698ab21093a926acc 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| @@ -147,6 +147,17 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
|
| uint16_t transmit_power,
|
| uint16_t max_transmit_power);
|
|
|
| + // Test specific functions:
|
| + // Remove all test devices from this client.
|
| + void RemoveAllDevices();
|
| +
|
| + // Create a test Bluetooth LE device with the given properties.
|
| + void CreateTestDevice(const dbus::ObjectPath& adapter_path,
|
| + const std::string name,
|
| + const std::string alias,
|
| + const std::string device_address,
|
| + const std::vector<std::string>& service_uuids);
|
| +
|
| void set_delay_start_discovery(bool value) { delay_start_discovery_ = value; }
|
|
|
| static const char kTestPinCode[];
|
|
|