From fbedd08a28c88ec7fef233c5ed32c1f4ec5a75c8 Mon Sep 17 00:00:00 2001 From: Phaneendra Reddy Date: Tue, 5 Jul 2022 10:49:42 +0530 Subject: Bluetooth: Added New Profile Id Coordinated audio unicast profile is added in the bluetooth profile. CRs-Fixed: 3234293 Change-Id: I7cf17c3a1b50480ca0f55684b33bc8477eb16aea --- framework/java/android/bluetooth/BluetoothProfile.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'framework/java/android/bluetooth/BluetoothProfile.java') diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index 4b8b52b6da..2ce4b79ad2 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -314,7 +314,11 @@ public interface BluetoothProfile { * @hide */ public static final int CC_SERVER = 37; - + /** + * Coordinated Audio Unicast + * @hide + */ + int COORDINATED_AUDIO_UNICAST = 38; /** * Max profile ID. This value should be updated whenever a new profile is added to match @@ -322,7 +326,7 @@ public interface BluetoothProfile { * * @hide */ - int MAX_PROFILE_ID = 37; + int MAX_PROFILE_ID = 38; /** * Default priority for devices that we try to auto-connect to and -- cgit v1.2.3