nrfxlib API 2.8.99
|
bool nrf_gzll_get_address_prefix_byte | ( | uint32_t | pipe, |
uint8_t * | p_out_address_prefix_byte ) |
#include <gzll/include/nrf_gzll.h>
Get function counterpart to nrf_gzll_set_address_prefix_byte().
pipe | The pipe for which to get the address. This value must be < NRF_GZLL_CONST_PIPE_COUNT. |
p_out_address_prefix_byte | The pointer in which to return the address prefix byte. |
true | If the parameter was returned. |
false | If Gazell was enabled, the pipe was invalid or out_address was a NULL pointer. |