Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStackEvent.java33 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HearingAidStackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStackEvent.java35 static final int CONNECTION_STATE_DISCONNECTED = 0; field in A2dpStackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DStackEvent.java28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in StackEvent
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java27 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetHalConstants
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStackEvent.java38 static final int CONNECTION_STATE_DISCONNECTED = 0; field in LeAudioStackEvent
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/
H A Denums.proto25 CONNECTION_STATE_DISCONNECTED = 0; enumerator
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetClientHalConstants
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRoute2Info.java66 public static final int CONNECTION_STATE_DISCONNECTED = 0; field in MediaRoute2Info
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java94 private static final int CONNECTION_STATE_DISCONNECTED = 0; field in BluetoothDevice
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6240 /*package*/ static final int CONNECTION_STATE_DISCONNECTED = 0; field in AudioService