This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Migrating some methods from nRF Zigbee & Thread SDK to NCS

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

Parents
  • Hi

    The zb_bdb_is factory_new() issue is resolved as of NCS v1.4.0, so it should not be necessary to use this function to update the returned value.

    My colleague in the Zigbee team couldn't find an equivalent to the zb_zdo_find_bind_src() in NCS either. What's the reason you want to check if a binding was already stored in the local bindings table? Is it necessary to your application?

    Best regards,

    Simon

Reply
  • Hi

    The zb_bdb_is factory_new() issue is resolved as of NCS v1.4.0, so it should not be necessary to use this function to update the returned value.

    My colleague in the Zigbee team couldn't find an equivalent to the zb_zdo_find_bind_src() in NCS either. What's the reason you want to check if a binding was already stored in the local bindings table? Is it necessary to your application?

    Best regards,

    Simon

Children
Related