Home
last modified time | relevance | path

Searched defs:CONNECTION_STATE_CONNECTED (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStackEvent.java35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStackEvent.java37 static final int CONNECTION_STATE_CONNECTED = 2; field in A2dpStackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DStackEvent.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java29 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetHalConstants
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStackEvent.java40 static final int CONNECTION_STATE_CONNECTED = 2; field in LeAudioStackEvent
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/
H A Denums.proto27 CONNECTION_STATE_CONNECTED = 2; enumerator
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRoute2Info.java81 public static final int CONNECTION_STATE_CONNECTED = 2; field in MediaRoute2Info
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java95 private static final int CONNECTION_STATE_CONNECTED = 1; field in BluetoothDevice
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6241 /*package*/ static final int CONNECTION_STATE_CONNECTED = 1; field in AudioService