zephyr/subsys/lorawan
Jordan Yates 54d13ba589 lorawan: add callback for datarate changes
Add a callback to notify applications when the datarate has changed.
This allows applications to know when payload sizes have changed without
needing to call `lorawan_get_payload_sizes` before each transmission.

This also enables:
 * Monitoring of network conditions on the device
 * Determining if a network connection has been lost

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2021-02-28 16:36:57 -05:00
..
CMakeLists.txt
Kconfig
lorawan.c lorawan: add callback for datarate changes 2021-02-28 16:36:57 -05:00
lw_priv.c
lw_priv.h