mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
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:
parent
d1ad3bfeb1
commit
a1c75db165
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue