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