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

Unified Diff: device/bluetooth/bluetooth_adapter_chromeos.h

Issue 1341103004: Handle change of BLE address after pairing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased onto latest master 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_adapter_chromeos.h
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
index d77b672363cab25091e857489b8b30e0b041e586..7570780d861afc3012b27e9aa6d16b4ce039a14c 100644
--- a/device/bluetooth/bluetooth_adapter_chromeos.h
+++ b/device/bluetooth/bluetooth_adapter_chromeos.h
@@ -119,6 +119,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterChromeOS
// its D-Bus properties. |device| is owned by the caller and cannot be NULL.
void NotifyDeviceChanged(BluetoothDeviceChromeOS* device);
+ // Announce to observers a device address change.
+ void NotifyDeviceAddressChanged(BluetoothDeviceChromeOS* device,
+ const std::string& old_address);
+
// The following methods are used to send various GATT observer events to
// observers.
void NotifyGattServiceAdded(BluetoothRemoteGattServiceChromeOS* service);

Powered by Google App Engine
This is Rietveld 408576698