Is the STM32WB Bluetooth Mesh Library under development?
The Interface of the Library (ble_mesh.h) in the STM32WPAN layer seems not up to date, some functions does not work (like BLEMesh_SetRemotePublication) and the descriptions are outdated.
The return value of some functions are misleading/wrong, e.g. the function BLEMesh_SetRemotePublication() will return an MOBLE_RESULT_FAIL when the subscription and publication address of the elements are not equal, but the message will be send anyways.
Is there a Debug function for the library blob except the "libBle_Mesh_CM4_GCC_DEBUG.a" file ?
We would like to get the raw data the library will send for each message for example, but the debug output does not print this information.
Is there an additional description only for the interface except the ble_mesh.h?
Will this library blob get a rework?
Thanks