Hello Nordic support,
I am using nRF5 SDK for a Zigbee coordinator application. In zboss_api.h, I see that there are functions for setting short pan id (zb_set_pan_id()), long address (zb_set_long_address()) and extended pan id (zb_set_extended_pan_id()). In addition, I see that there are functions for getting long address (zb_get_long_address()) and extended pan id (zb_get_extended_pan_id()). However, there is no function to get the short pan id. How can I get the short pan id used by the coordinator?
My use case is this: When there is a pan id conflict, I can call zb_start_pan_id_conflict_resolution(), which I believe, changes the short pan id of the coordinator and sends a network update command to all devices in the network. I would like to know what is the new short pan id used by the coordinator when pan id conflict is detected. Therefore, I would like to if there is a way to get the short pan id used by the coordinator.
Thanks,
Anusha