Home
last modified time | relevance | path

Searched refs:VOLUME_CONTROL (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java162 doReturn(new ParcelUuid[] {BluetoothUuid.VOLUME_CONTROL}) in setUp()
235 when(mDatabaseManager.getProfileConnectionPolicy(mDevice, BluetoothProfile.VOLUME_CONTROL)) in testGetSetPolicy()
243 when(mDatabaseManager.getProfileConnectionPolicy(mDevice, BluetoothProfile.VOLUME_CONTROL)) in testGetSetPolicy()
251 when(mDatabaseManager.getProfileConnectionPolicy(mDevice, BluetoothProfile.VOLUME_CONTROL)) in testGetSetPolicy()
263 when(mDatabaseManager.getProfileConnectionPolicy(mDevice, BluetoothProfile.VOLUME_CONTROL)) in testGetPolicyAfterStopped()
339 when(mDatabaseManager.getProfileConnectionPolicy(mDevice, BluetoothProfile.VOLUME_CONTROL)) in testOutgoingConnectMissingVolumeControlUuid()
358 when(mDatabaseManager.getProfileConnectionPolicy(mDevice, BluetoothProfile.VOLUME_CONTROL)) in testOutgoingConnectDisconnectExistingVolumeControlUuid()
364 doReturn(new ParcelUuid[] {BluetoothUuid.VOLUME_CONTROL}) in testOutgoingConnectDisconnectExistingVolumeControlUuid()
400 when(mDatabaseManager.getProfileConnectionPolicy(mDevice, BluetoothProfile.VOLUME_CONTROL)) in testOutgoingConnectPolicyForbidden()
412 when(mDatabaseManager.getProfileConnectionPolicy(mDevice, BluetoothProfile.VOLUME_CONTROL)) in testOutgoingConnectTimeout()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java82 BluetoothProfile.VOLUME_CONTROL,
131 VolumeControlService.isEnabled(), BluetoothProfile.VOLUME_CONTROL),
180 VolumeControlService.isEnabled(), BluetoothProfile.VOLUME_CONTROL),
265 setProfileEnabled(BluetoothProfile.VOLUME_CONTROL, enable); in setLeAudioProfileStatus()
DPhonePolicy.java115 case BluetoothProfile.VOLUME_CONTROL: in profileConnectionStateChanged()
456 && Utils.arrayContains(uuids, BluetoothUuid.VOLUME_CONTROL) in processInitProfilePriorities()
469 BluetoothProfile.VOLUME_CONTROL, in processInitProfilePriorities()
478 BluetoothProfile.VOLUME_CONTROL, in processInitProfilePriorities()
710 || (profileId == BluetoothProfile.VOLUME_CONTROL) in processProfileStateChanged()
DAdapterService.java1538 Map.entry(BluetoothProfile.VOLUME_CONTROL, VolumeControlService::new));
1737 if (profile == BluetoothProfile.VOLUME_CONTROL) { in isProfileSupported()
1738 return Utils.arrayContains(remoteDeviceUuids, BluetoothUuid.VOLUME_CONTROL); in isProfileSupported()
1933 && isProfileSupported(device, BluetoothProfile.VOLUME_CONTROL) in connectEnabledProfiles()
5362 && isProfileSupported(device, BluetoothProfile.VOLUME_CONTROL)) { in connectAllSupportedProfiles()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java198 @SystemApi int VOLUME_CONTROL = 23; field
468 case VOLUME_CONTROL: in getProfileName()
DBluetoothUuid.java297 public static final ParcelUuid VOLUME_CONTROL = field in BluetoothUuid
DBluetoothAdapter.java837 Map.entry(BluetoothProfile.VOLUME_CONTROL, BluetoothVolumeControl::new),
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs37 pub const VOLUME_CONTROL: &str = "00001844-0000-1000-8000-00805F9B34FB"; constant
145 (Uuid::from_string(VOLUME_CONTROL).unwrap(), Profile::VolumeControl),
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadata.java188 case BluetoothProfile.VOLUME_CONTROL: in setProfileConnectionPolicy()
239 case BluetoothProfile.VOLUME_CONTROL: in getProfileConnectionPolicy()
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/
DTestUtils.java138 case BluetoothProfile.VOLUME_CONTROL -> { in isProfileEnabled()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java361 if (!Utils.arrayContains(featureUuids, BluetoothUuid.VOLUME_CONTROL)) { in connect()
460 if (!Utils.arrayContains(featureUuids, BluetoothUuid.VOLUME_CONTROL)) { in getDevicesMatchingConnectionStates()
524 device, BluetoothProfile.VOLUME_CONTROL, connectionPolicy); in setConnectionPolicy()
534 return mDatabaseManager.getProfileConnectionPolicy(device, BluetoothProfile.VOLUME_CONTROL); in getConnectionPolicy()
1395 BluetoothProfile.VOLUME_CONTROL, device, fromState, toState); in connectionStateChanged()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java785 case BluetoothProfile.VOLUME_CONTROL: in initProfiles()
887 this.application, profileListener, BluetoothProfile.VOLUME_CONTROL); in initVolumeControlProxy()
900 BluetoothProfile.VOLUME_CONTROL, bluetoothVolumeControl); in cleanupVolumeControlProxy()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt855 field public static final int VOLUME_CONTROL = 23; // 0x17
1111 field @NonNull public static final android.os.ParcelUuid VOLUME_CONTROL;