Other Parts Discussed in Thread: Z-STACK
Hello,
I am building a Zigbee coordinator based on CC2652P chipset. And I need to send a ZCL message to a Zigbee end device with "Extended Source" enable and "Extended source address information" including on Frame Control Field of Zigbee Network Layer.
The Zigbee end device need this information to finish a binding process.
I see with example firmware of CC2652P (build on Simple Link), the "Extended Source" option is disable for most Zigbee message (it is only enable for some messages as "Rejoin Respone", "Device Announcement", "Link Status".
- Ex: "Extended Source" option is enable on "Rejoin Reponse" message
- With other ZCL command message, "Extended Source" is disable by default:
My question is:
- Can I enable "Extended Souce" option for some specific messages?
- How can I do it?