Hi,
We are porting our application from nRF Zigbee & Thread SDK to NCS.
On the ZIgbee side, we have been using this methods:
1. zb_zdo_find_bind_src(): to check if a binding was already stored in the local bindings table
2. bdb_load_factory_new_flag(): called before the method zb_bdb_is_factory_new() to update the returned value.
Is there any new alternative method or procedure to get the same result in 1)?
Is still bdb_load_factory_new_flag() necessary on NCS?
Regards,
Santiago