https://bugs.kde.org/show_bug.cgi?id=330536
--- Comment #19 from Albert Vaca <albertv...@gmail.com> --- We merged the changes that Saikrishna made to add support for Bluetooth to the master branch of both the Android and the desktop apps. It still needs polishing and it's not compiled by default, but if you want to give it a try you can compile your own KDE Connect and enable it. To enable it in Android: Uncomment the BLUETOOTH permissions in the AndroidManifest.xml and the line 'linkProviders.add(new BluetoothLinkProvider(this));' in BackgroundService.java To enable it on the desktop: Set the CMake flag BLUETOOTH_ENABLED to ON. Feedback and patches welcome! -- You are receiving this mail because: You are watching all bug changes.