Advertisement
metalx1000

bluetooth notes

Aug 18th, 2017
659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. #scan for devices that are discoverable
  2. hcitool scan
  3.  
  4. #list connected devices
  5. hcitool con
  6.  
  7. #######Bluetooth audio sync connection#############
  8. bluetoothctl
  9.  power on
  10.  pair <address>
  11.  trust <address>
  12.  connect <address>
  13.  
  14. #####################reset connection##############
  15. echo "power off"|bluetoothctl
  16. echo "power on"|bluetoothctl
  17. echo "connect <address>"|bluetoothctl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement