Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java56 private static final int CONN_STATE_IDLE = 0; field in BluetoothGatt
155 mConnState = CONN_STATE_IDLE;
190 mConnState = CONN_STATE_IDLE;
507 mConnState = CONN_STATE_IDLE; in BluetoothGatt()
643 if (mConnState != CONN_STATE_IDLE) { in connect()
653 mConnState = CONN_STATE_IDLE; in connect()