Hi all,
I'm working with nRF52840 PDK and I'm using the last SDK and SoftDevice version: SDK v15.2.0 and SoftDevice v6.1.
I'm using the scanning module introduced in this new release in order to scan BLE advertisements.
But I can't find the easy way of know the size of every read advertisement. Are there any function or parameter with this value?
I was trying with m_scan.scan_buffer.len, but this show the size of the buffer (255 bytes in my case) and not the size of the advertisement.
Any help?
Manuel Montenegro