nrfxlib API 2.8.99
|
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.
p_channel_table | Pointer to copy the channel table to. |
p_size | Pointer to copy the size of the channel table to. The value already at size must be at least the size of the channel table. |
true | If the channel table was copied to channel_table. |
false | If the channel_table pointer was NULL, or the size was not large enough. |