universal7885: overlay: 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: Ibdece6513a822ce7e221067dd0fa40da10b5b44d
This commit is contained in:
kdrag0n 2022-03-13 18:47:51 +07:00 committed by roynaetch2544
commit a1c75db165
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D

View file

@ -41,6 +41,9 @@
<string name="db_default_sync_mode" translatable="false">OFF</string>
<string name="db_wal_sync_mode" translatable="false">OFF</string>
<!-- Whether Hearing Aid profile is supported -->
<bool name="config_hearing_aid_profile_supported">true</bool>
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
<bool name="config_showNavigationBar">true</bool>