Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java70 private int mConnState; field in BluetoothGatt
238 if (mConnState == CONN_STATE_CLOSED) {
249 if (mConnState != CONN_STATE_CONNECTING) {
250 Log.e(TAG, "Bad connection state: " + mConnState);
270 mConnState = CONN_STATE_IDLE;
395 mConnState = CONN_STATE_CONNECTED;
397 mConnState = CONN_STATE_IDLE;
971 mConnState = CONN_STATE_IDLE; in BluetoothGatt()
1001 mConnState = CONN_STATE_CLOSED; in close()
1169 if (mConnState != CONN_STATE_IDLE) { in connect()
[all …]
DBluetoothQualityReport.java1177 private int mConnState; field in BluetoothQualityReport.BqrVsLsto
1195 mConnState = bqrBuf.get() & 0xFF; in BqrVsLsto()
1206 mConnState = in.readInt(); in BqrVsLsto()
1224 return mConnState; in getConnState()
1334 dest.writeInt(mConnState); in writeToParcel()
1367 + String.format("0x%02X", mConnState) in toString()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt353 Landroid/bluetooth/BluetoothGatt;->mConnState:I