1
0
Fork 0

Disable BT vendor capabilities to stop LE_ENERGY_INFO crash-loop

This commit is contained in:
Brendan Szymanski 2026-07-15 15:14:28 -04:00
parent b038e85305
commit 5ac6fb24cc

View file

@ -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