Hello, i am using NRF52840 board with NRF52840 SDK version 15.2 with softdevice 140 Version 6.1. I am using the BLE_NUS_UART_C example and id like to send a scan request to a particular peripheral with uuid A6F30000-74EB-A788-9CC4-68C594834D10. I redefined the NUS_BASE_UUID macro with the desired uuid in lil-endian however im not sure how to proceed from here. i added the case BLE_GAP_EVT_ADV_REPORT in the ble_evt_handler inside my main but im not sure what else to do.
Any help would be appreciated, thank you.