Chromium Code Reviews| 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 2a91a49f6ab1af727b671461e7c4a7fa7b06ea38..6632bb2c26fc080c9b45ede73bf5722d65cf1727 100644 |
| --- a/device/bluetooth/bluez/bluetooth_device_bluez.cc |
| +++ b/device/bluetooth/bluez/bluetooth_device_bluez.cc |
| @@ -928,6 +928,7 @@ void BluetoothDeviceBlueZ::OnSetTrusted(bool success) { |
| void BluetoothDeviceBlueZ::OnDisconnect(const base::Closure& callback) { |
| VLOG(1) << object_path_.value() << ": Disconnected"; |
| + DidDisconnectGatt(false /* notifyDeviceChanged */); |
|
scheib
2017/01/11 18:44:02
Why false here?
perja
2017/01/12 09:26:28
The bluez/dbus layer uses a property set (dbus::Pr
|
| callback.Run(); |
| } |