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

◆ nrf_gzll_get_channel_table()

bool nrf_gzll_get_channel_table ( uint8_t *  p_channel_table,
uint32_t *  p_size 
)

#include <gzll/include/nrf_gzll.h>

Get the table of Radio Frequency (RF) channels.

Parameters
p_channel_tablePointer to copy the channel table to.
p_sizePointer to copy the size of the channel table to. The value already at size must be at least the size of the channel table.
Return values
trueIf the channel table was copied to channel_table.
falseIf the channel_table pointer was NULL, or the size was not large enough.