nRF52832
SDK 17.2
We are trying to get the packet loss/error information on a per channel basis. It is similar to what is being discussed in https://devzone.nordicsemi.com/f/nordic-q-a/11452/connection-stability-packet-loss-etc . This is to understand packet loss on a connected mesh and also to react gracefully to packet losses.
This is also present in the nRF Mesh SDK as the scanner_stats_get function .
Can you point me at the API that can give us this information.
I have already see the RSSI function and the qos channel survey function, these do not provide the information that is needed on the exact packet losses.
Thanks