12-12-2018, 03:06 PM
Those look harmless to me.
Bluetooth never started (OFF in Audio config), Pi-2B
Bluetooth running (ON in Audio config), Pi-Zero W
-Tim
Bluetooth never started (OFF in Audio config), Pi-2B
Code:
pi@rp4:~ $ hciconfig
pi@rp4:~ $ sudo ls /var/lib/bluetooth
ls: cannot access '/var/lib/bluetooth': No such file or directory
Bluetooth running (ON in Audio config), Pi-Zero W
Code:
pi@rp2:~ $ hciconfig
hci0: Type: Primary Bus: UART
BD Address: B8:27:EB:83:68:F2 ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING PSCAN ISCAN
RX bytes:773 acl:0 sco:0 events:50 errors:0
TX bytes:2444 acl:0 sco:0 commands:50 errors:0
pi@rp2:~ $ sudo ls /var/lib/bluetooth/
B8:27:EB:83:68:F2
-Tim