This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I get BLE_ERROR_GATTS_SYS_ATTR_MISSING on sd_ble_gatts_hvx.

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.

Related