09-23-2021, 06:47 PM
You can run the command below to turn off the Bluetooth Renderer so it does not start during reboot.
The reason there is no automatic protection for the condition where BT Renderer is on but no BT adapter exists is that AFAIK there is no test to determine whether a BT adapter exists and is enabled. If there is such a test I'll try to repro it.
Code:
moodeutl -q "update cfg_system set value='0' where param='btsvc'"
The reason there is no automatic protection for the condition where BT Renderer is on but no BT adapter exists is that AFAIK there is no test to determine whether a BT adapter exists and is enabled. If there is such a test I'll try to repro it.