Hi all,
I am checking the Uart central and peripheral projects, also the one with usbd and I have one question that may be obvious for you.
How do you select the peripheral to connect to?
I see there is a scan_start function and the NRF_BLE_SCAN_EVT_CONNECTED event but no code to select the peripheral.
I have already implemented a MIDI BLE peripheral with the dk52, now I need the MIDI BLE central. I suppose I would have to print somewhere the available MIDI devices (peripherals) in order to let the user choose which connnect to, am I right?
Thank you in advance,
Manuel