Where can i find the user manual for the ST Bluetooth LE Mesh Library?
The Mesh Library file ist in STM32CubeWB\Middlewares\ST\STM32_WPAN\ble\mesh\Library.
And the user API is in ble_mesh.h.
When i want to use it how it is described in ble_mesh.h there are many undefined references, so i have to implement many functions, but nowhere is described what and how it really works.
All resources that i can find only describe how the ST Middleware works with the examples, but not really in Detail and without an Development Board.
So can i use the Library without the ST BLE Mesh Middleware?