Home
last modified time | relevance | path

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

/Zephyr-4.1.0/subsys/lorawan/services/
Dlorawan_services.h28 LORAWAN_PORT_MULTICAST_SETUP = 200, enumerator
Dmulticast.c117 __ASSERT(port == LORAWAN_PORT_MULTICAST_SETUP, "Wrong port %d", port); in multicast_package_callback()
262 lorawan_services_schedule_uplink(LORAWAN_PORT_MULTICAST_SETUP, tx_buf, tx_pos, in multicast_package_callback()
268 .port = (uint8_t)LORAWAN_PORT_MULTICAST_SETUP,