I have implemented a BLE peripheral. The device is based on Ubuntu OS.
My application runs under Node.js. It uses bleno (https://github.com/noble/bleno) to advertise its BLE service.
According to the read-me file at the site, in order to offer BLE services, daemon bluetoothd
must be stopped and optionally disabled.
This statement seems to be true as my app works as expected only when this daemon has been stopped.
I am curious as to why must bluetoothd
daemon be stopped. I couldn't find any explanation on the net.