While connecting with one NRF Development kit and Android NRF blink app mobile code, data is getting received properly.
But with some changes in development kit code ,We are trying to make a connection between 2 development kits in that one DK act as a central and another DK as peripheral
Now mobile will connect with one central DK at that time data callback not getting received in the mobile side.
But checking with other BLE Scanner android apps , Data is received but in NRF Blinky android code data receive callback is not happening.
we are using same service UUID and button characteristics for both the development kit whether that is a issue.