| Index: device/bluetooth/test/mock_bluetooth_device.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
|
| index a7ed03ab37cecceb288d769fda128b199e88c0e1..34b97a79c835d4ab77eb96d4d548dc14ab8557d6 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.h
|
| @@ -114,6 +114,8 @@ class MockBluetoothDevice : public BluetoothDevice {
|
| BluetoothRemoteGattService* GetMockService(
|
| const std::string& identifier) const;
|
|
|
| + void AddUUID(const BluetoothUUID& uuid) { uuids_.push_back(uuid); }
|
| +
|
| void SetConnected(bool connected) { connected_ = connected; }
|
|
|
| private:
|
|
|