Hi, Nordic
I have 3 nRF52 devicies, one as Gzll Host, two as Gzll Device.
they use Gzp to pair, when paired, two Gzll Device send payload via different pipe ( 2, 3).
Gzll Host can receive two Gzll Device payload, then I add ack on two pipes(2, 3) via nrf_gzll_add_packet_to_tx_fifo every Host received payload.
Then Host will get nrf_gzll_error_code_t 8 and 10.
Could you tell me what means details 8 and 10?
And how to fix this issue?
By the way, if one Device and one Host, there is no this problem.
Thanks.