Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java64 private int mConnState; field in BluetoothGatt
176 if (mConnState != CONN_STATE_CONNECTING) {
177 Log.e(TAG, "Bad connection state: " + mConnState);
196 mConnState = CONN_STATE_IDLE;
289 mConnState = CONN_STATE_CONNECTED;
291 mConnState = CONN_STATE_IDLE;
743 mConnState = CONN_STATE_IDLE; in BluetoothGatt()
759 mConnState = CONN_STATE_CLOSED; in close()
935 if (mConnState != CONN_STATE_IDLE) { in connect()
938 mConnState = CONN_STATE_CONNECTING; in connect()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10160 Landroid/bluetooth/BluetoothGatt;->mConnState:I