| 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 1218e9654eb782d3356e9b12857f8f2ad93bfb69..13ce0579ea170b47e937e3c51470a9621be30e43 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
|
| @@ -156,12 +156,15 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
|
| void RemoveAllDevices();
|
|
|
| // Create a test Bluetooth device with the given properties.
|
| - void CreateTestDevice(const dbus::ObjectPath& adapter_path,
|
| - const base::Optional<std::string> name,
|
| - const std::string alias,
|
| - const std::string device_address,
|
| - const std::vector<std::string>& service_uuids,
|
| - device::BluetoothTransport type);
|
| + void CreateTestDevice(
|
| + const dbus::ObjectPath& adapter_path,
|
| + const base::Optional<std::string> name,
|
| + const std::string alias,
|
| + const std::string device_address,
|
| + const std::vector<std::string>& service_uuids,
|
| + device::BluetoothTransport type,
|
| + const std::unordered_map<std::string, std::vector<uint8_t>>&
|
| + service_data);
|
|
|
| void set_delay_start_discovery(bool value) { delay_start_discovery_ = value; }
|
|
|
|
|