Added script to connect bluetooth headset
This commit is contained in:
parent
6aadb7daf5
commit
1cfbafe4ab
1 changed files with 7 additions and 0 deletions
7
bin/btpair.sh
Executable file
7
bin/btpair.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
HEADPHONE="88:D0:39:7D:6A:70"
|
||||
|
||||
bluetoothctl trust ${HEADPHONE}
|
||||
bluetoothctl disconnect ${HEADPHONE}
|
||||
bluetoothctl connect ${HEADPHONE}
|
Loading…
Reference in a new issue