setup-bt.sh (96B)
1 #!/bin/sh 2 3 BTADDR="98:DA:60:07:EC:96" 4 5 BTCHAN="1" 6 7 rfcomm bind /dev/rfcomm0 "$BTADDR" "$BTCHAN"