Home
last modified time | relevance | path

Searched refs:STATE_CONNECTING (Results 1 – 6 of 6) sorted by relevance

/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DBluetoothChatService.java68 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection field in BluetoothChatService
145 if (mState == STATE_CONNECTING) { in connect()
350 case STATE_CONNECTING: in run()
412 mState = STATE_CONNECTING; in ConnectThread()
DBluetoothChatFragment.java289 case BluetoothChatService.STATE_CONNECTING:
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DBluetoothChatService.java68 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection field in BluetoothChatService
145 if (mState == STATE_CONNECTING) { in connect()
350 case STATE_CONNECTING: in run()
412 mState = STATE_CONNECTING; in ConnectThread()
DBluetoothChatFragment.java289 case BluetoothChatService.STATE_CONNECTING:
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DBluetoothLeService.java52 private static final int STATE_CONNECTING = 1; field in BluetoothLeService
223 mConnectionState = STATE_CONNECTING; in connect()
240 mConnectionState = STATE_CONNECTING; in connect()
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DBluetoothLeService.java52 private static final int STATE_CONNECTING = 1; field in BluetoothLeService
223 mConnectionState = STATE_CONNECTING; in connect()
240 mConnectionState = STATE_CONNECTING; in connect()