Hello,
In a previous post I asked about scanning and connecting based on specific advertised data. After some testing I realized that my two nrf dks only connect sometimes. For example, it seems that the peripheral must always be advertising before the central scans, and even then often the two boards never connect, usually I have to restart the central a couple times. I can verify that the peripheral is advertising and the central is scanning(no matter how long I wait they wont connect unless i restart the central a couple times). In order to aid in debugging how can I print out and view the advertising data that the central scanned? Preferably in the scan_evt_handler()? Thanks!