Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: device/bluetooth/dbus/fake_bluetooth_device_client.h

Issue 2483783005: bluetooth: bluez: Implement RetrieveGattConnectedDevicesWithDiscoveryFilter (Closed)
Patch Set: Clean up Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9a7d67268783683d55c9b7728edeaa4c3b07d515..1218e9654eb782d3356e9b12857f8f2ad93bfb69 100644
--- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
+++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
@@ -249,6 +249,10 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
static const char kLowEnergyAddress[];
static const uint32_t kLowEnergyClass;
+ static const char kDualPath[];
+ static const char kDualName[];
+ static const char kDualAddress[];
+
static const char kPairedUnconnectableDevicePath[];
static const char kPairedUnconnectableDeviceName[];
static const char kPairedUnconnectableDeviceAlias[];
« no previous file with comments | « device/bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc ('k') | device/bluetooth/dbus/fake_bluetooth_device_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698