nrfxlib API 2.8.99
|
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.
p_channel_table | Pointer to the channel table. |
size | The size of the channel table. |
true | If the channel table was set. |
false | If Gazell was enabled, or the channel_table pointer was NULL, or the size was invalid. |