Is Bluetooth Mesh supported on ESP32?

Hello!
I’m looking for operating system for ESP32-based IoT project, and one of requirements is Bluetooth Mesh support. So far I couldn’t find it mentioned in Mongoose OS + ESP32 context.

Could somebody please help me find out whether Mongoose supports Bluetooth Mesh on ESP32 or not?
Thanks!

Hi, afaik BT support is from the manufacturer. So, unless Espressif supports it, you are out of luck. Go check there and let us know

Well, ESP-IDF does support Bluetooth Mesh on ESP32.
However, I was hoping Mongoose OS provides a higher lever wrapper around that.
But I guess it does not.

Well, sadly not. https://github.com/mongoose-os-libs/bt-common, so far just the GATT server

Anything on BLE mesh in Mongoose yet?