wahoo: Enable support for Bluetooth hearing aids

This device is fully capable of streaming audio to Bluetooth hearing
aids using the ASHA GATT protocol built on top of L2CAP, similar to
A2DP.

Enable the config option for the system to handle pairs of hearing aids
properly and expose the option in Settings.

More info at https://source.android.com/devices/bluetooth/asha

Test: user reported successful audio streaming
Change-Id: Ice82c48ce80626eb8beb5c51681072e213b73c39
This commit is contained in:
Danny Lin
2020-12-17 18:21:21 -08:00
committed by Asriadi Rahim
parent ce4530e2c8
commit 0ce8f0953a

View File

@@ -343,4 +343,7 @@
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</string-array>
<!-- Whether Hearing Aid profile is supported -->
<bool name="config_hearing_aid_profile_supported">true</bool>
</resources>