Hello,
After rebooting a device, BLE no longer works.
ResinOS : 2.12.5+rev1 (prod)
If i restart the service, it works.
The test I’m doing is : $hcitool lescan
Result after reboot a device :
Set scan parameters failed: Connection timed out
I initialize the BLE with :
echo “Attaching hci0…”
if ! /usr/bin/hciattach /dev/ttyAMA0 bcm43xx 921600 noflow -; then
echo “First try failed. Let’s try another time.”
/usr/bin/hciattach /dev/ttyAMA0 bcm43xx 921600 noflow -
fiecho “Bring hci0 up…”
hciconfig hci0 up
Can someone explain to me why Bluetooth doesn’t work when restarting a device ?
Regards,