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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
index f1ed4c5..98589c2 100644
--- a/device/bluetooth/test/bluetooth_test.cc
+++ b/device/bluetooth/test/bluetooth_test.cc
@@ -103,8 +103,8 @@ void BluetoothTestBase::ResetEventCounts() {
last_connect_error_code_ = BluetoothDevice::ERROR_UNKNOWN;
callback_count_ = 0;
error_callback_count_ = 0;
- gatt_connection_attempt_count_ = 0;
- gatt_disconnection_attempt_count_ = 0;
+ gatt_connection_attempts_ = 0;
+ gatt_disconnection_attempts_ = 0;
}
} // namespace device