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.java321 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in startLeDiscovery()
383 if (newState == BluetoothProfile.STATE_CONNECTED) {
592 if (state == BluetoothChatService.STATE_CONNECTED) { in handleMessage()
DConnectionAccessClientActivity.java146 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
DBleCocServerService.java446 if (newState == BluetoothProfile.STATE_CONNECTED) {
563 case BluetoothChatService.STATE_CONNECTED: in processChatStateChange()
DMessageTestActivity.java232 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
DBleConnectionPriorityServerService.java260 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleConnectionPriorityClientService.java333 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleEncryptedServerService.java308 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleEncryptedClientService.java304 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleClientService.java357 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in onTestFinish()
911 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleServerService.java858 if (newState == BluetoothProfile.STATE_CONNECTED) {
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java79 Arrays.asList(BluetoothProfile.STATE_CONNECTING, BluetoothProfile.STATE_CONNECTED,