Hello,
We are developping based on SDK 15.2 for nRF52 using IAR 8.11 and S132 V6.1.0 as softdevice for central/peripheral application.
Bellow is the test scenario explained:
1- Connect to the mobile as peripheral without any issues(ability to send and receive data through my peripheral services).
2- Connect to another device (nRF as central) and succesfully exchange data.
3- Try to Communicate to the mobile again.
The problem is that when we connect to the other device (as NRF central) we can't anymore send data to the mobile.
After debbuging we found that sd_ble_gatts_hvx returns BLE_ERROR_GATTS_SYS_ATTR_MISSING.
Knowing that before connecting as central, we succeeded to communicate the mobile.
What can be the cause problem?
Best Regards,