| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index ec127b80a971c423437a9c354973a5cad688c81b..a2c4568b2363d4a9a6f1b637e1856edd1c1d9680 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -616,7 +616,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
|
| // DidDisconnectGatt.
|
| void DidConnectGatt();
|
| void DidFailToConnectGatt(ConnectErrorCode);
|
| - void DidDisconnectGatt(bool notifyDeviceChanged);
|
| + void DidDisconnectGatt();
|
|
|
| // Tracks BluetoothGattConnection instances that act as a reference count
|
| // keeping the GATT connection open. Instances call Add/RemoveGattConnection
|
|
|