HomeSort by relevance Sort by last modified time
    Searched refs:CONN_STATE_CONNECTING (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 187 if (halState != CONN_STATE_CONNECTING) {
191 // CONN_STATE_CONNECTING is received only during
620 case CONN_STATE_CONNECTING:
635 private final static int CONN_STATE_CONNECTING = 1;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 396 case CONN_STATE_CONNECTING:
599 private final static int CONN_STATE_CONNECTING = 1;
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 66 private static final int CONN_STATE_CONNECTING = 1;
132 if (mConnState != CONN_STATE_CONNECTING) {
672 mConnState = CONN_STATE_CONNECTING;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 557 case CONN_STATE_CONNECTING:
    [all...]

Completed in 771 milliseconds