nrfxlib API 2.8.99
|
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.
pipe | The pipe that the address should apply to. This value must be < NRF_GZLL_CONST_PIPE_COUNT. |
address_prefix_byte | The address prefix byte. |
true | If the parameter was set. |
false | If Gazell was enabled, or if the pipe was invalid. |