/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlServiceTest.java | 162 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/ |
D | Config.java | 82 BluetoothProfile.VOLUME_CONTROL, 131 VolumeControlService.isEnabled(), BluetoothProfile.VOLUME_CONTROL), 180 VolumeControlService.isEnabled(), BluetoothProfile.VOLUME_CONTROL), 265 setProfileEnabled(BluetoothProfile.VOLUME_CONTROL, enable); in setLeAudioProfileStatus()
|
D | PhonePolicy.java | 115 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()
|
D | AdapterService.java | 1538 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/ |
D | BluetoothProfile.java | 198 @SystemApi int VOLUME_CONTROL = 23; field 468 case VOLUME_CONTROL: in getProfileName()
|
D | BluetoothUuid.java | 297 public static final ParcelUuid VOLUME_CONTROL = field in BluetoothUuid
|
D | BluetoothAdapter.java | 837 Map.entry(BluetoothProfile.VOLUME_CONTROL, BluetoothVolumeControl::new),
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | uuid.rs | 37 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/ |
D | Metadata.java | 188 case BluetoothProfile.VOLUME_CONTROL: in setProfileConnectionPolicy() 239 case BluetoothProfile.VOLUME_CONTROL: in getProfileConnectionPolicy()
|
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/ |
D | TestUtils.java | 138 case BluetoothProfile.VOLUME_CONTROL -> { in isProfileEnabled()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 361 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/ |
D | BluetoothProxy.java | 785 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/ |
D | system-current.txt | 855 field public static final int VOLUME_CONTROL = 23; // 0x17 1111 field @NonNull public static final android.os.ParcelUuid VOLUME_CONTROL;
|