Hello,
How can i put out the received Adv Data on the UART? Currently I get for every advertise packet the BLE_GAP_EVT_ADV_REPORT in my ble_stack_handler. Then i wanted to print out the data on my VirtualPort with printf((char*)p_gap_evt->params.adv_report.data.p_data). But i get nothing useful. How can i print out the raw 31 Byte received advertising packet? Do i need a for-loop to print out every byte?
PS: Using nRF52840 DK