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.