summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/dbus/fake_bluetooth_adapter_client.h')
-rw-r--r--device/bluetooth/dbus/fake_bluetooth_adapter_client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/device/bluetooth/dbus/fake_bluetooth_adapter_client.h b/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
index 0dced89..702bf23 100644
--- a/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
+++ b/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
@@ -5,6 +5,7 @@
#ifndef DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_
#define DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_
+#include <string>
#include <vector>
#include "base/bind.h"
@@ -72,6 +73,10 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothAdapterClient
void SetVisible(bool visible);
void SetSecondVisible(bool visible);
+ // Set adapter UUIDs
+ void SetUUIDs(const std::vector<std::string>& uuids);
+ void SetSecondUUIDs(const std::vector<std::string>& uuids);
+
// Object path, name and addresses of the adapters we emulate.
static const char kAdapterPath[];
static const char kAdapterName[];