Created
September 13, 2022 14:59
-
-
Save jamesleytevidal/a30be92a0af8dcb592f1047a90bbd517 to your computer and use it in GitHub Desktop.
RSSI for BT Classic via shell script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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