Hello Nordic support,
I would like to understand regarding the status value 'ZB_ZDP_STATUS_NOT_SUPPORTED'.
I have a Zigbee application in which the device type is a Zigbee coordinator. A Zigbee end device is able to join this network and bind to a certain cluster. When I send a leave request command to this end device from the coordinator using zdo_mgmt_leave_req() and check the status in callback, I see that the status received is 'ZB_ZDP_STATUS_NOT_SUPPORTED'. From the header file 'zboss_api_zdo.h', I get that this status means 'The requested optional feature is not supported on the target device.'.
I would like to know if this means that the zigbee end device has not implemented the functionality for leave request command? If yes, what would be the alternative to make the device leave the network?
Regards,
Anusha