Disable BT vendor capabilities to stop LE_ENERGY_INFO crash-loop
This commit is contained in:
parent
b038e85305
commit
5ac6fb24cc
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ ro.hardware.audio.primary=opi
|
|||
# Bluetooth
|
||||
bluetooth.device.class_of_device?=90,2,12
|
||||
bluetooth.device.default_name=Orange Pi 5 Ultra
|
||||
# SYN43711 advertises LE activity-energy-info support but never answers the
|
||||
# LE_ENERGY_INFO (0xfd59) vendor command; the GD stack's 5s watchdog SIGABRTs
|
||||
# during controller init, crash-looping com.android.bluetooth. Disabling the
|
||||
# vendor-capabilities probe skips that command entirely.
|
||||
bluetooth.core.le.vendor_capabilities.enabled=false
|
||||
bluetooth.profile.a2dp.sink.enabled?=true
|
||||
bluetooth.profile.a2dp.source.enabled?=true
|
||||
bluetooth.profile.asha.central.enabled?=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue