Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java84 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService
250 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()
DBleCocClientService.java320 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in startLeDiscovery()
382 if (newState == BluetoothProfile.STATE_CONNECTED) {
598 if (state == BluetoothChatService.STATE_CONNECTED) { in handleMessage()
DConnectionAccessClientActivity.java146 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
DBleConnectionPriorityServerService.java176 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleCocServerService.java446 if (newState == BluetoothProfile.STATE_CONNECTED) {
563 case BluetoothChatService.STATE_CONNECTED: in processChatStateChange()
DBleConnectionPriorityClientService.java199 if (newState == BluetoothProfile.STATE_CONNECTED) {
DMessageTestActivity.java232 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
DBleEncryptedServerService.java308 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleEncryptedClientService.java304 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleClientService.java374 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in onTestFinish()
961 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleServerService.java896 if (newState == BluetoothProfile.STATE_CONNECTED) {
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java70 Arrays.asList(BluetoothProfile.STATE_CONNECTING, BluetoothProfile.STATE_CONNECTED,