Home
last modified time | relevance | path

Searched refs:STATE_CONNECTED (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java81 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService
196 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()
DConnectionAccessClientActivity.java146 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
DMessageTestActivity.java232 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
DBleServerService.java282 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleClientService.java318 if (newState == BluetoothProfile.STATE_CONNECTED) {