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

Unified Diff: device/bluetooth/bluetooth_gatt_connection_chromeos.h

Issue 1341103004: Handle change of BLE address after pairing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ***ADDED BY MISTAKE, OMMIT *** Created 5 years, 3 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
Index: device/bluetooth/bluetooth_gatt_connection_chromeos.h
diff --git a/device/bluetooth/bluetooth_gatt_connection_chromeos.h b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
index 6e40283bba6402d9363f63769f3d7b46ea414dce..4101b5d25e65b3309880dc3f426742fb85665221 100644
--- a/device/bluetooth/bluetooth_gatt_connection_chromeos.h
+++ b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
@@ -30,7 +30,8 @@ class BluetoothGattConnectionChromeOS
explicit BluetoothGattConnectionChromeOS(
scoped_refptr<device::BluetoothAdapter> adapter,
const std::string& device_address,
- const dbus::ObjectPath& object_path);
+ const dbus::ObjectPath& object_path,
+ bool in_progress);
~BluetoothGattConnectionChromeOS() override;
// BluetoothGattConnection overrides.
« no previous file with comments | « device/bluetooth/bluetooth_gatt_connection.cc ('k') | device/bluetooth/bluetooth_gatt_connection_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698