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.

Z-Stack SampleRemote层里 定时events事件用满了怎么办?

// Task Events
#define ZLL_NWK_DISC_CNF_EVT                               0x0001
#define ZLL_NWK_JOIN_EVT                                   0x0002
#define ZLL_RESET_TO_FN_EVT                                0x0004
#define ZLL_START_NWK_EVT                                  0x0008
#define ZLL_JOIN_NWK_EVT                                   0x0010
#define ZLL_TRANS_LIFETIME_EXPIRED_EVT                     0x0020
#define ZLL_AUX_1_EVT                                      0x0040
#define ZLL_AUX_2_EVT                                      0x0080
#define ZLL_AUX_3_EVT                                      0x0100
#define ZLL_AUX_4_EVT                                      0x0200
#define ZLL_AUX_5_EVT                                      0x0400
#define ZLL_AUX_6_EVT                                      0x0800
#define ZLL_AUX_7_EVT                                      0x1000
#define ZLL_AUX_8_EVT                                      0x2000
#define ZLL_AUX_9_EVT                                      0x4000 //last

zll.h

zllSampleRemote_event_loop 的events是uint16类型的,我用满了(已用到0x8000),但还想再加几个事件,怎么处理?

希望TI大神们求解,谢啦