Searched refs:STATE_CONNECTED (Results 1 – 5 of 5) sorted by relevance
69 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService252 if (mState != STATE_CONNECTED) return; in write()335 while (mState != STATE_CONNECTED) { in run()356 case STATE_CONNECTED: in run()482 mState = STATE_CONNECTED; in ConnectedThread()491 while (mState == STATE_CONNECTED) { in run()
209 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) { in sendMessage()285 case BluetoothChatService.STATE_CONNECTED:
68 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService182 setState(STATE_CONNECTED); in connected()223 if (mState != STATE_CONNECTED) return; in write()297 while (mState != STATE_CONNECTED) { in run()318 case STATE_CONNECTED: in run()
202 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) { in sendMessage()251 case BluetoothChatService.STATE_CONNECTED:
53 private static final int STATE_CONNECTED = 2; field in BluetoothLeService75 if (newState == BluetoothProfile.STATE_CONNECTED) {77 mConnectionState = STATE_CONNECTED;