3 lines
122 B
Bash
Executable File
3 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
echo AT+CHUP | bluealsa-rfcomm --hci=hci0 $( hcitool con | sed -n 2p |busybox tr -d "\n" | busybox cut -b 8-25)
|