Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a process to set the characteristic and send an indication using sd_ble_gatts_hvx after connecting to Central.
At this time, the error of BLE_ERROR_GATTS_SYS_ATTR_MISSING will occur.
I found out that the solution is to do sd_ble_gatts_sys_attr_set with BLE_GATTS_EVT_SYS_ATTR_MISSING, but BLE_GATTS_EVT_SYS_ATTR_MISSING is not called.
How can it be solved?
Best regards.
