Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java49 private int mConnectionState = STATE_DISCONNECTED; field in BluetoothLeService
77 mConnectionState = STATE_CONNECTED;
86 mConnectionState = STATE_DISCONNECTED;
223 mConnectionState = STATE_CONNECTING; in connect()
240 mConnectionState = STATE_CONNECTING; in connect()
DDeviceControlActivity.java54 private TextView mConnectionState; field in DeviceControlActivity
168 mConnectionState = (TextView) findViewById(R.id.connection_state); in onCreate()
233 mConnectionState.setText(resourceId); in updateConnectionState()