Searched refs:STATE_CONNECTED (Results 1 – 5 of 5) sorted by relevance
81 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService196 setState(STATE_CONNECTED); in connected()237 if (mState != STATE_CONNECTED) return; in write()303 while (mState != STATE_CONNECTED) { in run()324 case STATE_CONNECTED: in run()
146 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
232 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
282 if (newState == BluetoothProfile.STATE_CONNECTED) {
318 if (newState == BluetoothProfile.STATE_CONNECTED) {