Hello,
I am using nRF54l15 and nRF Connect SDK v2.9.0
I need to know if there is any way to disable the cfg_changed callback at runtime. I want it to be called in case the CCC changes, except when a change happens because of a disconnection.
Hello,
I am using nRF54l15 and nRF Connect SDK v2.9.0
I need to know if there is any way to disable the cfg_changed callback at runtime. I want it to be called in case the CCC changes, except when a change happens because of a disconnection.
Hi!
I don't see any APIs to disable the callback at runtime, but you could maybe implement a flag in your application that you set when a disconnection occurs and check this flag in your cfg_changed
callback
Hi!
I don't see any APIs to disable the callback at runtime, but you could maybe implement a flag in your application that you set when a disconnection occurs and check this flag in your cfg_changed
callback