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

◆ nrf_gzll_set_rx_pipes_enabled()

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.

Parameters
pipesA bitmap specifying which pipes to monitor.
Return values
trueIf the parameter was set.
falseIf Gazell was enabled.