Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java58 private int mConnState; field in BluetoothGatt
167 if (mConnState != CONN_STATE_CONNECTING) {
168 Log.e(TAG, "Bad connection state: " + mConnState);
187 mConnState = CONN_STATE_IDLE;
280 mConnState = CONN_STATE_CONNECTED;
282 mConnState = CONN_STATE_IDLE;
702 mConnState = CONN_STATE_IDLE; in BluetoothGatt()
716 mConnState = CONN_STATE_CLOSED; in close()
867 if (mConnState != CONN_STATE_IDLE) { in connect()
870 mConnState = CONN_STATE_CONNECTING; in connect()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10169 Landroid/bluetooth/BluetoothGatt;->mConnState:I