From 3a0fabef13583cbfbd7a1e33004dd077b621167e Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Tue, 14 Jul 2020 09:33:11 +0200 Subject: [PATCH] added troubleshooting section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 389c4e0..050e546 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ make uninstall ``` If you have troubles with an uninstall, _additionally_ run `which bt | xargs rm`. +# Troubleshooting + +## If bt takes long to show a menu +consider turning off `AUTOSCAN`. If there are many devices around you autoscanning will add them all to your `bluetoothctl devices` list. Every device on that list get's checked whether it's connected at startup. + +This should only be an issue if `bluetoothctl scan off` is unreliable for you though. + + # TODO - start scanning for new devices immediately at execution to save time when pairing new devices -> **Implemented**