Home
last modified time | relevance | path

Searched refs:MAX_MULTICAST_ANS_LEN (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/lorawan/services/
Dmulticast.c37 #define MAX_MULTICAST_ANS_LEN 5 macro
113 uint8_t tx_buf[MAX_MULTICAST_CMDS_PER_PACKAGE * MAX_MULTICAST_ANS_LEN]; in multicast_package_callback()
122 if (sizeof(tx_buf) - tx_pos < MAX_MULTICAST_ANS_LEN) { in multicast_package_callback()