From cb0ac0609198973df0ba79a66fd2baabe38ec25a Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 1 Aug 2026 00:47:04 +0200 Subject: [PATCH] Fix dashboard Bluetooth discoverability action --- scripts/pi-car-companion-bluetooth-control | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/pi-car-companion-bluetooth-control b/scripts/pi-car-companion-bluetooth-control index 5052483..edb467a 100755 --- a/scripts/pi-car-companion-bluetooth-control +++ b/scripts/pi-car-companion-bluetooth-control @@ -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 ;; *)