Searched refs:lorawan_services_schedule_uplink (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/subsys/lorawan/services/ | 
| D | lorawan_services.h | 45 int lorawan_services_schedule_uplink(uint8_t port, uint8_t *data, uint8_t len, uint32_t timeout);
  | 
| D | clock_sync.c | 176 		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()
  | 
| D | lorawan_services.c | 118 int lorawan_services_schedule_uplink(uint8_t port, uint8_t *data, uint8_t len, uint32_t timeout)  in lorawan_services_schedule_uplink()  function
  | 
| D | multicast.c | 262 		lorawan_services_schedule_uplink(LORAWAN_PORT_MULTICAST_SETUP, tx_buf, tx_pos,  in multicast_package_callback()
  | 
| D | frag_transport.c | 322 		lorawan_services_schedule_uplink(LORAWAN_PORT_FRAG_TRANSPORT, tx_buf, tx_pos,  in frag_transport_package_callback()
  |