Last active
August 10, 2019 20:57
-
-
Save lexruee/7591755e7d8015f9f8b4 to your computer and use it in GitHub Desktop.
bluetooth - make device discoverable
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
# on device 0 - make device discoveravle | |
sudo hciconfig hci0 up | |
sudo hciconfig hci0 reset | |
sudo hciconfig hci0 piscan | |
sudo hciconfig hci0 leadv | |
# on device 1 - discover device 0 | |
hcitool scan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks