Hi,
I am using ios app to connect nordic BLE module. I am getting continuous disconnection after 1 minute on app . Please let me know how to configure for continuous data transfer. My application is communication between nordic BLE module (nRF51)and ios app which is developed by us. I am trying to send data from nordic BLE module to ios app.I am sending data at 1 minute interval to ios app.When I will connect to app I am sending data after that I will wait for 1 minute and send data. So in app I am getting only one reading and the device is getting disconnected from ios app. So what configuration is making app disconnection and how can I make it continuous connection.