This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[nRF52840 + zigbee] How many entries can i add install codes with zb_secur_ic_add ?

Hi,

I am adding "install codes" function to my products.

Questions are 

1. How many entries can i add with "zb_secur_ic_add" at ZC site?

2. Can i retrieve  mac/ic (install codes) which is added before ?

3. Can i delete selectively a mac/ic entry which is added before ?

4. If 3 is not possible, only zigbee_erase_persistent_storage can be used which will erase all the entries ?

5. I want to change PAN ID.

   In zigbee_cli_cmd_bdb.c i can find  "ZB_PIBCACHE_PAN_ID() = pan_id".

  But it change cached structure. Want to do to make effect wich changed pan_id ?

  I can find  sentence "must sync it with MAC using MLME-SET" but don't know what api do that.

Thanks.

Related