Home
last modified time | relevance | path

Searched defs:AVRCP (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java164 int AVRCP = 13; field
/aosp12/system/bt/gd/proto/bluetooth/metrics/
H A Dbluetooth.proto265 AVRCP = 13; enumerator
/aosp12/packages/services/Car/service/src/com/android/car/
H A DUtils.java86 sProfileNames.put(BluetoothProfile.AVRCP, "AVRCP Target"); in sProfileNames.put()