This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

Changing Gatt Characteristic Properties?

If I have some value and this value has become out of desired range I want to change property from indicate to notify.

I only found function sd_ble_gatts_characteristic_add() to set up properties but couldn't find one to update.

Could you please tell me how to do so.

What will happen if notify is set and link is lost? What will S110 do?

Update:

Is it possible to change GATT characteristic properties on a fly? How?

Edit: one sentence question, format, update

Related