I have configured "nrf 52 DK" to worked as BLE sniffer. I am trying to sniff the data packets exchanged between two TI CC 2650 devices (in which one is master and other is slave).
I am only able to view the captured packets of "ADV_IND" and "CONNECT_REQ" PDU and not able to view any data messages between slave and master. Although the slave device is keeping sending a message after every 0.5 second.
Can someone guide how I can capture the data packets?
Thanks in advance!