nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_gzll_set_channel_table()

bool nrf_gzll_set_channel_table ( uint8_t *  p_channel_table,
uint32_t  size 
)

#include <gzll/include/nrf_gzll.h>

Set the table of Radio Frequency (RF) channels.

The valid channels are in the range 0 <= channel <= 125, where the actual centre frequency is (2400 + channel) MHz. The maximum channel table size is defined by NRF_GZLL_CONST_MAX_CHANNEL_TABLE_SIZE.

Parameters
p_channel_tablePointer to the channel table.
sizeThe size of the channel table.
Return values
trueIf the channel table was set.
falseIf Gazell was enabled, or the channel_table pointer was NULL, or the size was invalid.