nRF Connect SDK API 2.8.99
|
bool gzp_update_radio_params | ( | const uint8_t * | system_address | ) |
#include <include/gzp.h>
Update the channel table and the system address.
The channel table is updated to pseudo-random set generated using the system address. The channel table still includes GZP_CHANNEL_MAX and GZP_CHANNEL_MIN. The system address is applied to base address 1 and therefore applies to pipes 1-7.
system_address | Pointer to the system_address to set. |
true | If the radio parameters were updated successfully. |
false | If there was an error updated the radio parameters. |