01-08-2019, 04:30 PM
Hi Kent,
I don't know if its possible to determine whether a BT adapter is present ?? For example the command below returns blank on Pi-2B (no BT adapter) and on a Pi-3B (BT adapter present but BT not turned on in Audio config)
Other possible commands
If its possible to detect then I can implement the check and then enable/disable the controls for the BT renderer on Audio config :-)
-Tim
I don't know if its possible to determine whether a BT adapter is present ?? For example the command below returns blank on Pi-2B (no BT adapter) and on a Pi-3B (BT adapter present but BT not turned on in Audio config)
Code:
hcitool dev | grep chi
Other possible commands
Code:
lsmod | grep btusb
lsusb | grep -i Bluetooth
If its possible to detect then I can implement the check and then enable/disable the controls for the BT renderer on Audio config :-)
-Tim