Hi
how to connect one peripheral to two central and after connection established sent the data to both central?
I am using nrf52, soft device 132 .
i am able to make connection and send data from one peripheral to one central using ble_app_uart(peripheral),ble_app_uart_c(central ) code.