Documentation on Sniffer API

Hello,

I am currently working with the Sniffer API provided in the extcap folder of the nRF Sniffer for Bluetooth LE package. However, I am unable to find recent documentation for the methods and functions available in sniffer.py.

The only documentation I have found so far is an older version from the following link: Nordic Semiconductor Sniffer API Guide.

When I download the latest package from the official website (nRF Sniffer for Bluetooth LE Download), the package contains the API in the extcap folder, but I do not see any recent documentation for the methods/functions in sniffer.py.

Additionally, I checked the documentation page, but it only references how the Sniffer API interacts with Wireshark and doesn't provide detailed information on the API itself.

Could you please let me know if there is any updated documentation available for the Sniffer API similar to the one linked above? If it exists, could you point me in the right direction on where to find it?

Regards,

Jose

------- Update------

The version 0.5, which is in the nrf_sniffer_for_bluetooth_le_4.1.1\doc\Sniffer API Guide.pdf, is missing the details about the API methods, specifically the descriptions of what the methods do and their parameters. The version 0.2 contains some of this information, but it is outdated.

Related