sdm710-common: overlay: Enable support for Bluetooth hearing aid

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: I747531639bd3498a4ae35ec90084716e62dd38f7
Signed-off-by: kaderbava <ksbava7325@gmail.com>
This commit is contained in:
Danny Lin 2020-12-17 18:21:21 -08:00 committed by CakesTwix
parent 0565d0dda2
commit 84c0256245
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -443,4 +443,7 @@
<!-- Amount of time in ms the user needs to press the relevant keys to trigger the screenshot chord -->
<integer name="config_screenshotChordKeyTimeout">0</integer>
<!-- Whether Hearing Aid profile is supported -->
<bool name="config_hearing_aid_profile_supported">true</bool>
</resources>