diff options
Diffstat (limited to 'chromeos/dbus/fake_bluetooth_device_client.h')
-rw-r--r-- | chromeos/dbus/fake_bluetooth_device_client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/dbus/fake_bluetooth_device_client.h b/chromeos/dbus/fake_bluetooth_device_client.h index e232416..b228a11 100644 --- a/chromeos/dbus/fake_bluetooth_device_client.h +++ b/chromeos/dbus/fake_bluetooth_device_client.h @@ -150,6 +150,11 @@ class CHROMEOS_EXPORT FakeBluetoothDeviceClient static const char kUnpairableDeviceAddress[]; static const uint32 kUnpairableDeviceClass; + static const char kBoseSpeakersPath[]; + static const char kBoseSpeakersName[]; + static const char kBoseSpeakersAddress[]; + static const uint32 kBoseSpeakersClass; + private: // Property callback passed when we create Properties* structures. void OnPropertyChanged(const dbus::ObjectPath& object_path, |