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

◆ nrf_gzll_set_timeslots_per_channel_when_device_out_of_sync()

bool nrf_gzll_set_timeslots_per_channel_when_device_out_of_sync ( uint32_t  timeslots)

#include <gzll/include/nrf_gzll.h>

Set the number of timeslots that a Gazell shall reside on a single channel before switching to another channel when in the "out of sync" state.

This value should be set so that the Device transmits on one channel while the Host goes through a full channel rotation, i.e., channel_table_size*timeslots_per_channel. This ensures that the channels on the Device and Host will coincide at some point. Further increasing the value has been observed to provide better performance in the presence of interferers.

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