This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

can I get the length of payload when using the funciton of nrf_gzll_fetch_packet_from_rx_fifo() in the gazell protocol on nrf51822

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.