Other Parts Discussed in Thread: Z-STACK
I am writing a new application based on z-stack's "genericapp" sample application. One of the requirements is to respond to both broadcast and directed end device announcements with a binding request. I am currently able to respond to directed end device announce requests but am not able to duplicate this functionality with broadcast packets.
I have registered the clusterid for end device announce requests (0x13) using ZDO_RegisterForZDOMsg. Are there any additional steps to be performed to respond to broadcast packets?
Thanks!