Hi,
I have created an eclipse based makefile project for nrf51802 module.
The sdk version that i am using is 12.3.0, and softdevice S130 .
Taking reference of ble_app_uart example i have advertised my device and i have connected with nrf android application and sent data.
It is expected that data should come into nus_data_handler. I have not enabled any other services except the default nus service which is initialized in services_init();
I kept a breakpoint in nus_data_handler() but it never reaches that breakpoint.
I also see that, it comes to BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST case in on_ble_evt() and then gets disconnected after that.
I am attaching my project for reference.
Please help me resolve this issue. I'm blocked on it since 3 days.0486.Keybox.zip