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

Unified Diff: device/bluetooth/bluetooth_device.h

Issue 2625013003: bluetooth: bluez: Fixed issue with missing notifications after reconnect. (Closed)
Patch Set: Added comment about the notification. Created 3 years, 11 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 | « no previous file | device/bluetooth/bluetooth_device.cc » ('j') | device/bluetooth/bluetooth_device.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_device.h
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
index 296449601cb9c683fa572e1031d664412323da78..fa05bb2a4749d665fedcc70d8d697a3286ece793 100644
--- a/device/bluetooth/bluetooth_device.h
+++ b/device/bluetooth/bluetooth_device.h
@@ -626,7 +626,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
// DidDisconnectGatt.
void DidConnectGatt();
void DidFailToConnectGatt(ConnectErrorCode);
- void DidDisconnectGatt();
+ void DidDisconnectGatt(bool notifyDeviceChanged);
// Tracks BluetoothGattConnection instances that act as a reference count
// keeping the GATT connection open. Instances call Add/RemoveGattConnection
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_device.cc » ('j') | device/bluetooth/bluetooth_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698