Searched refs:STATE_CONNECTED (Results 1 – 5 of 5) sorted by relevance
68 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService206 setState(STATE_CONNECTED); in connected()248 if (mState != STATE_CONNECTED) return; in write()322 while (mState != STATE_CONNECTED) { in run()343 case STATE_CONNECTED: in run()476 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;