diff options
author | Stanley Tng <stng@google.com> | 2018-11-15 17:11:36 -0800 |
---|---|---|
committer | Stanley Tng <stng@google.com> | 2019-01-22 16:50:12 -0800 |
commit | d171d884786d129a20adf7685d869d887ab5d430 (patch) | |
tree | 56a6c88cc948c07ea2c3c2e0fbc961c4372477b3 /framework/java/android/bluetooth/BluetoothProfile.java | |
parent | 370a8ae8d0e015a5e01a3c1c2c3b1387e3026b08 (diff) |
Add Android APIs for Hearing Aids Profile
Add the new public Android APIs for the ASHA Hearing Aids Profile.
Bug: 119617521
Bug: 120222233
Test: Run with the new HearingAidProfileTest CTS test
Change-Id: I05fc3d565bd22b5000765122da7714d961dbc15b
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index 3c87c739e1..b8670dbead 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -185,7 +185,6 @@ public interface BluetoothProfile { /** * Hearing Aid Device * - * @hide */ int HEARING_AID = 21; |