Hi
We use the function "sd_ble_gatts_value_set()" for setting new values of a characteristic(not changing the length). This function takes between 120 and 260 us time to be executed (Used Pin toggling before and after the execution). This execution time seems to be very long as we should be able to update several values within a 1-ms loop. Is this due to some mis-configuration? How could we speed up the execution time when updating a characteristics value.
We use a recent Softdevice 6.1.1 version and the characteristics are stored in the stack memory area (BLE_GATTS_VLOCK_STACK).
Regards
Martin