Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DCarBluetoothServiceTest.java241 A2DP_SINK, mToken)); in testIsProfileInhibited_defaultFalse() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs11 pub const A2DP_SINK: &str = "0000110B-0000-1000-8000-00805F9B34FB"; constant
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java140 @SystemApi int A2DP_SINK = 11; field
DBluetoothUuid.java52 public static final ParcelUuid A2DP_SINK = field in BluetoothUuid
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java130 sProfileNames.put(BluetoothProfile.A2DP_SINK, "A2DP Sink"); in sProfileNames.put()
138 sProfileActions.put(A2DP_SINK_CONNECTION_STATE_CHANGED, BluetoothProfile.A2DP_SINK); in sProfileActions.put()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py122 A2DP_SINK = 11 variable in BluetoothProfile
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto263 A2DP_SINK = 11; enumerator