This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AF_DISCV_ROUTE What does this option mean?

The AF_DATA_REQUEST can take a value of AF_DISCV_ROUTE?

What does this mean?  It is passed automatically from ZB_SEND_DATA_REQUEST to AF_DATA_REQUEST

What do any of the options to this function mean?

#define AF_FRAGMENTED                      0x01
#define AF_ACK_REQUEST                     0x10
#define AF_DISCV_ROUTE                     0x20
#define AF_EN_SECURITY                     0x40
#define AF_SKIP_ROUTING                    0x80

  • This really needs to be cleaned up in the docs... basically all unused except for AF_ACK_REQUEST.
    using AF_DISCV_ROUTE is a don't care since we set it all the time in the nwk layer. Route discovery is done all the time
    for non next hop destinations...