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:
parent
0565d0dda2
commit
84c0256245
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue