ZbStartupFindBindStartEndpoint is not implemented in the M0
Based on the Wiki exemple Connectivity:Zigbee_Binding#Find_and_Bind ,
For my application, I need to start manually finding and binding for distinct Endpoints.
From the documentation exemple, finding and binding can be started manually from the application by calling ZbStartupFindBindStart() on all endpoints, or calling ZbStartupFindBindStartEndpoint() from a specific endpoint.
There is no implementation of the ZbStartupFindBindStartEndpoint fonction, and there is a single way to perform a FindAndBind with M0 :
- MSG_M4TOM0_STARTUP_FINDBIND = 0x0022, /* ZbStartupFindBindStart */ (stm32wbxx_core_interface_def.h)
Is there any possiblity to bind each EndPoint separately?
Thanks for your support