Hello folks. I have started a little kotlin library for BLE server creation. The project is in a very early stage but feel free to have a look, test it, and give some feedback.
https://github.com/kikermo/ble-server
BLE Service side is well-covered for python with pybluez library and wide range of examples out there. I though the was a gap to be filled for the jvm and Kotlin, so I decided to start this project. It has only been tested on the Raspberry Pi platform, and I thing it shouldn't be a problem running it on any other Linux system running the BlueZ stack. The long term plan is to make it a KMP library.