From 84c02562458623752a9b40b0be305ad88cb3ca50 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Thu, 17 Dec 2020 18:21:21 -0800 Subject: [PATCH] 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 --- overlay/frameworks/base/core/res/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index fad778a..79f80bf 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -443,4 +443,7 @@ 0 + + + true