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

◆ nrf_gzll_set_timeslots_per_channel()

bool nrf_gzll_set_timeslots_per_channel ( uint32_t  timeslots)

#include <gzll/include/nrf_gzll.h>

Set the number of timeslots that Gazell shall reside on a single channel before switching to another channel.

This parameter applies in Host mode and for a Device that is in the "in sync" state.

Since the Device and Host cannot be in perfect synchronization, a transmission should overlap to adjacent timeslots on the Host. Therefore, this value should be at least 2.

See also
nrf_gzll_set_timeslots_per_channel_when_device_out_of_sync
Parameters
timeslotsThe number of timeslots to reside on each channel before channel switch.
Return values
trueIf the parameter was set.
falseIf Gazell was enabled.