| Index: device/bluetooth/test/bluetooth_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
|
| index 0c4e89184948dee426afa382d6583574b3821caf..5feec018c071ef2328f60bfef884d43ba3abcf54 100644
|
| --- a/device/bluetooth/test/bluetooth_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_test.cc
|
| @@ -231,6 +231,7 @@ void BluetoothTestBase::ResetEventCounts() {
|
| gatt_notify_characteristic_attempts_ = 0;
|
| gatt_read_characteristic_attempts_ = 0;
|
| gatt_write_characteristic_attempts_ = 0;
|
| + gatt_write_descriptor_attempts_ = 0;
|
| }
|
|
|
| } // namespace device
|
|
|