Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/lorawan/services/
Dlorawan_services.h45 int lorawan_services_schedule_uplink(uint8_t port, uint8_t *data, uint8_t len, uint32_t timeout);
Dclock_sync.c176 lorawan_services_schedule_uplink(LORAWAN_PORT_CLOCK_SYNC, tx_buf, tx_pos, 0); in clock_sync_package_callback()
200 lorawan_services_schedule_uplink(LORAWAN_PORT_CLOCK_SYNC, tx_buf, tx_pos, 0); in clock_sync_app_time_req()
Dlorawan_services.c118 int lorawan_services_schedule_uplink(uint8_t port, uint8_t *data, uint8_t len, uint32_t timeout) in lorawan_services_schedule_uplink() function
Dmulticast.c262 lorawan_services_schedule_uplink(LORAWAN_PORT_MULTICAST_SETUP, tx_buf, tx_pos, in multicast_package_callback()
Dfrag_transport.c322 lorawan_services_schedule_uplink(LORAWAN_PORT_FRAG_TRANSPORT, tx_buf, tx_pos, in frag_transport_package_callback()