Skip to content

Instantly share code, notes, and snippets.

@lexruee
Last active August 10, 2019 20:57
Show Gist options
  • Save lexruee/7591755e7d8015f9f8b4 to your computer and use it in GitHub Desktop.
Save lexruee/7591755e7d8015f9f8b4 to your computer and use it in GitHub Desktop.
bluetooth - make device discoverable
# 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
@lahiiru
Copy link

lahiiru commented Apr 7, 2019

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment