sdm660-common: bluetooth: Use default value for HID profile

Do not explicitly set HID profile to false for SDM660 SoC based Xiaomi devices

Change-Id: I38dc9b68cad05624a6a22051af2079cfd4a9e698
This commit is contained in:
Danny Trunk 2020-10-13 17:22:17 +02:00 committed by OdSazib
parent 1e203fcfbe
commit 2e38a35b69
No known key found for this signature in database
GPG key ID: 0954440B60470871

View file

@ -16,7 +16,7 @@
<config>
<component-override package="com.android.bluetooth" >
<component class=".avrcpcontroller.AvrcpControllerService" enabled="true" />
<component class=".hid.HidDeviceService" enabled="false" />
<component class=".ba.BATService" enabled="true" />
<component class=".sap.SapService" enabled="true" />
</component-override>
</config>