I am currently using s120 to create a central device to scan for my peripherals. In addition I am trying to parse the Advertising Report data and send it via UART.
p_ble_evt->evt.gap_evt.params.adv_report.data
However, the result currently looks…
Hi,
Need to talk between 2 devices using BLE, so for now I have a device with a service and advertising, but now I need the other one to work as central and connect to the first.
Is this possible? Is there an example I could use as base for this…