Hi,
there is an example named gzll_ack_payload in the SDK of nrf51822. when nrf51822 works in device mode, if a packet is send successfully, the funciton of nrf_gzll_device_tx_success() is called. my question: Can i get the length of payload while using nrf_gzll_fetch_packet_from_rx_fifo() if i don't know the length in advance?
thank you.