
Macros | |
| #define | ZB_ZLL_TRANS_CTX_DEV_INFO_MAX_NUMBER 4U |
| #define | ZB_ZLL_TRANS_CTX_EP_INFO_MAX_NUMBER 6U |
| #define | ZLL_CTX() (*zb_zll_get_ctx()) |
| #define | ZLL_DEVICE_INFO() (*zb_zll_get_device_info()) |
| #define | ZLL_TRAN_CTX() (*zb_zll_get_transaction_ctx()) |
This section describes data structures and common definitions used by Touchlink cluster.
| #define ZB_ZLL_TRANS_CTX_DEV_INFO_MAX_NUMBER 4U |
Controls number of device info record stored in Touchlink transaction context.
| #define ZB_ZLL_TRANS_CTX_EP_INFO_MAX_NUMBER 6U |
Controls number of endpoint descriptions stored in Touchlink transaction context.
| #define ZLL_CTX | ( | ) | (*zb_zll_get_ctx()) |
Returns pointer to Touchlink context
| #define ZLL_DEVICE_INFO | ( | ) | (*zb_zll_get_device_info()) |
Returns pointer to Touchlink device info
| #define ZLL_TRAN_CTX | ( | ) | (*zb_zll_get_transaction_ctx()) |
Returns pointer to Touchlink transaction context