HomeSort by relevance Sort by last modified time
    Searched defs:CONNECTION_STATE_CONNECTED (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 29 final static int CONNECTION_STATE_CONNECTED = 2;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 256 case CONNECTION_STATE_CONNECTED:
391 case CONNECTION_STATE_CONNECTED:
    [all...]
A2dpStateMachine.java 241 case CONNECTION_STATE_CONNECTED:
372 case CONNECTION_STATE_CONNECTED:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 30 final static int CONNECTION_STATE_CONNECTED = 2;
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 74 private static final int CONNECTION_STATE_CONNECTED = 1;
    [all...]

Completed in 79 milliseconds