gsi: Enable bluetooth profiles explicitly
This is now required on T
This commit is contained in:
parent
0c5eaf7d25
commit
a7009ad4ad
17
system.prop
17
system.prop
@ -14,3 +14,20 @@ ro.boot.realme.lockstate=0
|
|||||||
|
|
||||||
#Fixes fingerprint unlock delay
|
#Fixes fingerprint unlock delay
|
||||||
persist.wm.enable_remote_keyguard_animation=0
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user