From 2eb043e7e5273b0f8e70c00c71361a17d97262ee Mon Sep 17 00:00:00 2001 From: Qasim Javed Date: Thu, 4 Nov 2021 12:57:33 -0700 Subject: Add BluetoothLeBroadcast profile API. Implementation for the APIs will be added later. Bug: 205174140 Bug: 208222281 Tag: #feature Test: gd/cert/run Change-Id: I8781be89cba45a6e7a76fec7df24790a9f02d6a6 --- framework/java/android/bluetooth/BluetoothProfile.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (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 0cf9f9fd6f..7f96958a61 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -232,13 +232,20 @@ public interface BluetoothProfile { */ int CSIP_SET_COORDINATOR = 25; + /** + * LE Audio Broadcast Source + * + * @hide + */ + int LE_AUDIO_BROADCAST = 26; + /** * Max profile ID. This value should be updated whenever a new profile is added to match * the largest value assigned to a profile. * * @hide */ - int MAX_PROFILE_ID = 25; + int MAX_PROFILE_ID = 26; /** * Default priority for devices that we try to auto-connect to and -- cgit v1.2.3