nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nrf_gzll_set_address_prefix_byte()

bool nrf_gzll_set_address_prefix_byte ( uint32_t pipe,
uint8_t address_prefix_byte )

#include <gzll/include/nrf_gzll.h>

Set the address prefix byte for a specific pipe.

Each pipe should have its own unique prefix byte.

Parameters
pipeThe pipe that the address should apply to. This value must be < NRF_GZLL_CONST_PIPE_COUNT.
address_prefix_byteThe address prefix byte.
Note
Due to the Anomaly 107, pipe 0 address should not have both prefix and two LSB of base address set to 0.
Return values
trueIf the parameter was set.
falseIf Gazell was enabled, or if the pipe was invalid.