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

Unified Diff: device/bluetooth/bluez/bluetooth_device_bluez.cc

Issue 2888663002: Revert "bluetooth: bluez: Fixed issue with missing notifications after reconnect." (Closed)
Patch Set: Created 3 years, 7 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 | « device/bluetooth/bluetooth_low_energy_device_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluez/bluetooth_device_bluez.cc
diff --git a/device/bluetooth/bluez/bluetooth_device_bluez.cc b/device/bluetooth/bluez/bluetooth_device_bluez.cc
index bc35e5d0c9e00c699c0843f6e5eeb39e961012a5..e89b725ba49e064fe1cae69d3b7fde6dae07903f 100644
--- a/device/bluetooth/bluez/bluetooth_device_bluez.cc
+++ b/device/bluetooth/bluez/bluetooth_device_bluez.cc
@@ -951,9 +951,6 @@ void BluetoothDeviceBlueZ::OnSetTrusted(bool success) {
void BluetoothDeviceBlueZ::OnDisconnect(const base::Closure& callback) {
BLUETOOTH_LOG(EVENT) << object_path_.value() << ": Disconnected";
- // Do not notify about changed device since this is already done by
- // the dbus::PropertySet and the property change callback for BlueZ.
- DidDisconnectGatt(false /* notifyDeviceChanged */);
callback.Run();
}
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_device_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698