| Index: device/bluetooth/bluetooth_device_android.cc
|
| diff --git a/device/bluetooth/bluetooth_device_android.cc b/device/bluetooth/bluetooth_device_android.cc
|
| index 71ceb666998d4d66ba56ba4138cb005e4fe6c78e..cf585b17d82520fc29cbb5b3095be78b3f393677 100644
|
| --- a/device/bluetooth/bluetooth_device_android.cc
|
| +++ b/device/bluetooth/bluetooth_device_android.cc
|
| @@ -210,7 +210,6 @@ void BluetoothDeviceAndroid::OnConnectionStateChange(
|
| if (gatt_connected_) {
|
| DidConnectGatt();
|
| } else {
|
| - gatt_services_.clear();
|
| SetGattServicesDiscoveryComplete(false);
|
|
|
| switch (status) { // Constants are from android.bluetooth.BluetoothGatt.
|
|
|