If nrf_gzll_ok_to_add_packet_to_tx_fifo() returns false and nrf_gzll_get_error_code() returns nothing, what does this mean?
Facing this a lot when trying to change channels on the device.
If nrf_gzll_ok_to_add_packet_to_tx_fifo() returns false and nrf_gzll_get_error_code() returns nothing, what does this mean?
Facing this a lot when trying to change channels on the device.
How would setting sync lifetime to 0 help in this case?
When changing hopping table I think it is a good idea to disable synchronization until the device and host have successfully exchange a packet and is in synchronization again.
why is it a good idea?