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

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

Issue 2354933003: arc: bluetooth: Clean up arc_bluetooth_bridge (Closed)
Patch Set: Rebase Created 4 years, 2 months 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
« no previous file with comments | « components/arc/bluetooth/arc_bluetooth_bridge_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d801efe7e3f5ac365d8b88cdb606e1722f78d40e..d939e1156fd33dab88556f80c82e36489ba03e14 100644
--- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
+++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
@@ -164,6 +164,10 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
void set_delay_start_discovery(bool value) { delay_start_discovery_ = value; }
+ // Updates the inquiry RSSI property of fake device with object path
+ // |object_path| to |rssi|, if the fake device exists.
+ void UpdateDeviceRSSI(const dbus::ObjectPath& object_path, int16_t rssi);
+
static const char kTestPinCode[];
static const int kTestPassKey;
@@ -280,9 +284,6 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
// If fake device with |object_path| exists, sets its inquiry RSSI property
// to false and notifies that the property changed.
void InvalidateDeviceRSSI(const dbus::ObjectPath& object_path);
- // Updates the inquiry RSSI property of fake device with object path
- // |object_path| to |rssi|, if the fake device exists.
- void UpdateDeviceRSSI(const dbus::ObjectPath& object_path, int16_t rssi);
void PinCodeCallback(const dbus::ObjectPath& object_path,
const base::Closure& callback,
« no previous file with comments | « components/arc/bluetooth/arc_bluetooth_bridge_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698