Fix dashboard Bluetooth discoverability action
This commit is contained in:
@@ -57,8 +57,6 @@ case "${1:-}" in
|
|||||||
discoverable)
|
discoverable)
|
||||||
power_on
|
power_on
|
||||||
"${BLUETOOTHCTL}" discoverable-timeout 180 >/dev/null
|
"${BLUETOOTHCTL}" discoverable-timeout 180 >/dev/null
|
||||||
"${BLUETOOTHCTL}" pairable-timeout 180 >/dev/null
|
|
||||||
"${BLUETOOTHCTL}" pairable on >/dev/null
|
|
||||||
"${BLUETOOTHCTL}" discoverable on >/dev/null
|
"${BLUETOOTHCTL}" discoverable on >/dev/null
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user