Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java49 private int mConnectionState = STATE_DISCONNECTED;
51 private static final int STATE_DISCONNECTED = 0; field in BluetoothLeService
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
86 mConnectionState = STATE_DISCONNECTED;