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

◆ nrf_gzll_set_timeslot_period()

bool nrf_gzll_set_timeslot_period ( uint32_t  period_us)

#include <gzll/include/nrf_gzll.h>

Set the timeslot period.

The length in microseconds of a Gazell link layer timeslot.

The minimum value of the timeslot period is dependent of the radio data rate (

See also
nrf_gzll_set_datarate()).
  • For NRF_GZLL_DATARATE_2MBIT the timeslot period must be >= 600 us.
  • For NRF_GZLL_DATARATE_1MBIT the timeslot period must be >= 900 us.
  • For NRF_GZLL_DATARATE_250KBIT the timeslot period must be >= 2700 us.
Parameters
period_usThe timeslot period in microseconds.
Return values
trueIf the parameter was set.
falseIf Gazell was enabled.