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