Home
last modified time | relevance | path

Searched defs:AVRCP_CONTROLLER (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs20 pub const AVRCP_CONTROLLER: &str = "0000110E-0000-1000-8000-00805F9B34FB"; constant
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java147 @SystemApi int AVRCP_CONTROLLER = 12; field
DBluetoothUuid.java124 public static final ParcelUuid AVRCP_CONTROLLER = field in BluetoothUuid
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py123 AVRCP_CONTROLLER = 12 variable in BluetoothProfile
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto264 AVRCP_CONTROLLER = 12; enumerator
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java131 sProfileNames.put(BluetoothProfile.AVRCP_CONTROLLER, "AVRCP Controller"); in sProfileNames.put()