Searched refs:STATE_CONNECTED (Results 1 – 12 of 12) sorted by relevance
84 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService250 setState(STATE_CONNECTED); in connected()291 if (mState != STATE_CONNECTED) return; in write()373 while (mState != STATE_CONNECTED) { in run()395 case STATE_CONNECTED: in run()
321 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in startLeDiscovery()383 if (newState == BluetoothProfile.STATE_CONNECTED) {592 if (state == BluetoothChatService.STATE_CONNECTED) { in handleMessage()
146 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
446 if (newState == BluetoothProfile.STATE_CONNECTED) {563 case BluetoothChatService.STATE_CONNECTED: in processChatStateChange()
232 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
260 if (newState == BluetoothProfile.STATE_CONNECTED) {
333 if (newState == BluetoothProfile.STATE_CONNECTED) {
308 if (newState == BluetoothProfile.STATE_CONNECTED) {
304 if (newState == BluetoothProfile.STATE_CONNECTED) {
357 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in onTestFinish()911 if (newState == BluetoothProfile.STATE_CONNECTED) {
858 if (newState == BluetoothProfile.STATE_CONNECTED) {
79 Arrays.asList(BluetoothProfile.STATE_CONNECTING, BluetoothProfile.STATE_CONNECTED,