Home
last modified time | relevance | path

Searched refs:mAuthRetryState (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java63 private int mAuthRetryState; field in BluetoothGatt
383 mAuthRetryState++;
390 mAuthRetryState = AUTH_RETRY_STATE_IDLE;
446 mAuthRetryState++;
453 mAuthRetryState = AUTH_RETRY_STATE_IDLE;
529 mAuthRetryState++;
536 mAuthRetryState = AUTH_RETRY_STATE_IDLE;
581 mAuthRetryState++;
588 mAuthRetryState = AUTH_RETRY_STATE_IDLE;
744 mAuthRetryState = AUTH_RETRY_STATE_IDLE; in BluetoothGatt()
[all …]