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

◆ nrf_gzll_get_address_prefix_byte()

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().

Parameters
pipeThe pipe for which to get the address. This value must be < NRF_GZLL_CONST_PIPE_COUNT.
p_out_address_prefix_byteThe pointer in which to return the address prefix byte.
Return values
trueIf the parameter was returned.
falseIf Gazell was enabled, the pipe was invalid or out_address was a NULL pointer.