summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaneendra Reddy <quic_phaneend@quicinc.com>2022-07-05 10:49:42 +0530
committerPhaneendra Reddy <quic_phaneend@quicinc.com>2022-07-11 21:42:59 +0530
commitfbedd08a28c88ec7fef233c5ed32c1f4ec5a75c8 (patch)
tree3e13a76220579886369409a3125708e63a49af2d
parent5b3a4230ff2e68066a577b30d426a78c9af1d901 (diff)
Bluetooth: Added New Profile Id
Coordinated audio unicast profile is added in the bluetooth profile. CRs-Fixed: 3234293 Change-Id: I7cf17c3a1b50480ca0f55684b33bc8477eb16aea
-rw-r--r--framework/java/android/bluetooth/BluetoothProfile.java8
1 files changed, 6 insertions, 2 deletions
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