summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/test/bluetooth_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/test/bluetooth_test.cc')
-rw-r--r--device/bluetooth/test/bluetooth_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
index 5feec01..77ecddc 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_read_descriptor_attempts_ = 0;
gatt_write_descriptor_attempts_ = 0;
}