Bluetoothctl
#when on linux restart bluetooth service
rfkill unblock bluetooth
systemctl restart bluetooth
#from within prompt
power on
agent off
scan on
# let it run ~10s, you should see LE devices (MACs like XX:XX:XX:XX:XX:XX & RSSI)
scan off
quit
Last updated