nrfxlib API 2.8.99
|
bool nrf_gzll_set_rx_pipes_enabled | ( | uint32_t | pipes | ) |
#include <gzll/include/nrf_gzll.h>
Set which pipes shall listen for packets in Host mode.
This value is a bitmap, and each bit corresponds to a given pipe number. Bit 0 set to "1" enables pipes 0, bit 1 set to "1" enables pipe 1 and so forth. The maximum number of pipes is defined by NRF_GZLL_CONST_PIPE_COUNT.
pipes | A bitmap specifying which pipes to monitor. |
true | If the parameter was set. |
false | If Gazell was enabled. |