gsi: Enable bluetooth profiles explicitly

This is now required on T
This commit is contained in:
Peter Cai 2022-08-24 10:37:55 -04:00 committed by Pierre-Hugues Husson
parent 0c5eaf7d25
commit a7009ad4ad
1 changed files with 17 additions and 0 deletions

View File

@ -14,3 +14,20 @@ ro.boot.realme.lockstate=0
#Fixes fingerprint unlock delay
persist.wm.enable_remote_keyguard_animation=0
# Set commonly-supported Bluetooth profiles to enabled
# TODO: Enable BLE Audio profiles on newer vendors
bluetooth.profile.asha.central.enabled?=true
bluetooth.profile.a2dp.source.enabled?=true
bluetooth.profile.avrcp.target.enabled?=true
bluetooth.profile.bas.client.enabled?=true
bluetooth.profile.gatt.enabled?=true
bluetooth.profile.hfp.ag.enabled?=true
bluetooth.profile.hid.device.enabled?=true
bluetooth.profile.hid.host.enabled?=true
bluetooth.profile.map.server.enabled?=true
bluetooth.profile.opp.enabled?=true
bluetooth.profile.pan.nap.enabled?=true
bluetooth.profile.pan.panu.enabled?=true
bluetooth.profile.pbap.server.enabled?=true
bluetooth.profile.sap.server.enabled?=true