ESP32 BLE Notify using Mongoose OS

Hi Guys,

I would like to know if it is possible to implement BLE Notify using Mongoose OS ?

I am reading to metrics from a sensor which communicate with ESP32 on serial port 2, and now I am trying to notify BLE clients connected to ESP32 using BLE Notify.

I have done this using ESP32 with Arduino IDE, but now I’d like to implement the same using Mongoose OS.

I will appreciate any directions on how to start implementing BLE side on Mongoose OS.

Thank You and Regards.

José Luiz

Please take a look at https://github.com/mongoose-os-libs/bt-common/tree/master/include

Also, you can use native ESP-IDF BLE API.