Home
last modified time | relevance | path

Searched defs:A2DP_SINK (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java149 int A2DP_SINK = 11; field
H A DBluetoothUuid.java51 public static final ParcelUuid A2DP_SINK = field in BluetoothUuid
/aosp12/system/bt/gd/proto/bluetooth/metrics/
H A Dbluetooth.proto263 A2DP_SINK = 11; enumerator
/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileDeviceManager.java93 sProfileActions.put(BluetoothProfile.A2DP_SINK, in sProfileActions.put()
H A DUtils.java84 sProfileNames.put(BluetoothProfile.A2DP_SINK, "A2DP Sink"); in sProfileNames.put()