This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

race condition sd_ble_gatts_value_set

Hi,

I'm using s132, sdk 12.1 on nrf52x, my question is about possible race condition when setting the value of a characteristic using sd_ble_gatts_value_set (on peripheral) and at the same time the central is reading the characteristic let's say by doing read request without authorization? Is there a possibility of a race condition? How is it implemented in softdevice?

Related