可以选择你需要的发送地址模式。
typedef enum{
APS_DSTADDR_EP_NOTPRESETNT = 0x00, /* for bind, without address and Endpoint */
APS_SHORT_GROUPADDR_NOEP, /* for group-casting: only need group address */
APS_SHORT_DSTADDR_WITHEP, /* for unicasting with nwk address, with Endpoint */
APS_LONG_DSTADDR_WITHEP, /* for unicasting with ieee address, with Endpoint */
}aps_dst_addr_mode;
|