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 ;; *)