I need to connect a paired bluetooth devices via the terminal, when it does not connect automatically.
On my Android 7.1 device I would normally click the bluetooth device to connect it, in bluetooth settings. Unfortunately, I do not have a touchscreen or mouse in my setup. So I'd like to use the terminal to connect it. For specific reasons I do want to do this from the Android device, not from a connected PC etc.
I only found a way to enable and disable bluetooth via adb (adb shell service call bluetooth_manager 8
). As mentioned I do not want to use adb, but I want to connect from my Android device. Is it also possible to connect to paired devices?