nRF Connect SDK API 2.8.99
|
void gzp_generate_channels | ( | uint8_t * | ch_dst, |
const uint8_t * | address, | ||
uint8_t | channel_set_size ) |
#include <include/gzp.h>
Generate a set of channels from a 4 byte address.
ch_dst | Destination to write the channel set to. The channel set includes GZP_CHANNEL_MAX and GZP_CHANNEL_MIN. |
address | Four byte address to generate the channel set from. |
channel_set_size | Size of the channel set to generate. |