Hai ,
In my application need to merge peripheral and central of app_blinky example.
1. My pheriperal part of NRF52840 is always connected with my client third party( ESP32 ).both are always in connected mode. it acts as a two way communication.(working)
2. when my central (ESP32) sends data to Peripheral (NRF52840), the data should send to another nrf (which is in pheriperal mode )
for that i m using app blinky example of pheriperal .
3.in this i need to add central part of app blinky example.is it possible to connect switch over on both side to connected???and what are changes to do in this example ??
is there any example code ??