Hello!
We're using the SDK 12.1 ble_app_uart_c
as an example for a nRF52 DK as Central application. Instead of using ble_app_uart
example for peripheral device, we created a new custom service based on ble_app_template
example for our peripheral device.
Our question is which portion of ble_app_uart_c
example code, should we need to change to make it available to connect the Central device to peripheral device using the custom service and display the data that sent from peripheral to PC's serial monitor?
Thanks for help.