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.java62 private static final int CONN_STATE_IDLE = 0; field in BluetoothGatt
171 mConnState = CONN_STATE_IDLE;
259 mConnState = CONN_STATE_IDLE;
652 mConnState = CONN_STATE_IDLE; in BluetoothGatt()
808 if (mConnState != CONN_STATE_IDLE) { in connect()
818 mConnState = CONN_STATE_IDLE; in connect()