Skip to content

Instantly share code, notes, and snippets.

@jamesleytevidal
Created September 13, 2022 14:59
Show Gist options
  • Save jamesleytevidal/a30be92a0af8dcb592f1047a90bbd517 to your computer and use it in GitHub Desktop.
Save jamesleytevidal/a30be92a0af8dcb592f1047a90bbd517 to your computer and use it in GitHub Desktop.
RSSI for BT Classic via shell script
while :
do
sudo btmgmt find | awk '/EDR/ {print}'
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment