nrfxlib API 2.8.99
|
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.
timeslots | The number of timeslots to reside on each channel before channel switch. |
true | If the parameter was set. |
false | If Gazell was enabled. |