Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #scan for devices that are discoverable
- hcitool scan
- #list connected devices
- hcitool con
- #######Bluetooth audio sync connection#############
- bluetoothctl
- power on
- pair <address>
- trust <address>
- connect <address>
- #####################reset connection##############
- echo "power off"|bluetoothctl
- echo "power on"|bluetoothctl
- echo "connect <address>"|bluetoothctl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement