summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothProfile.java
diff options
context:
space:
mode:
authorAlice Kuo <aliceypkuo@google.com>2021-05-06 15:13:35 +0800
committerAlice Kuo <aliceypkuo@google.com>2021-06-21 23:34:53 +0000
commit0804461a972d16e81978d1aba8b344958998d4b1 (patch)
tree082d9f9d7e0cf6c3a6036503b153136841dc6281 /framework/java/android/bluetooth/BluetoothProfile.java
parent9c88e674eada39b8afb0d3280018f16526f63cf5 (diff)
Unhide BluetoothProfile.LE_AUDIO and getGroupId for the App usage.
This change contains two item, 1. public BluetoothProfile.LE_AUDIO that App can use BluetoothProfile.ServiceLister with LE Audio profile, such as HFP, A2DP and hearing aid profile. 2. public getGroupId API that App can use this api to identify which devices are in the same group Bug: 150670922 Test: Manual test Change-Id: I32865720a8195b7c5ae29411cd1f3de95e7fc9b5 Merged-In: I32865720a8195b7c5ae29411cd1f3de95e7fc9b5
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothProfile.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java
index 4d93c5c6b7..b76d6b8691 100644
--- a/framework/java/android/bluetooth/BluetoothProfile.java
+++ b/framework/java/android/bluetooth/BluetoothProfile.java
@@ -210,7 +210,6 @@ public interface BluetoothProfile {
/**
* LE Audio Device
*
- * @hide
*/
int LE_AUDIO = 22;