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

Removing GATT services

Hi,

For my project I'd like to be able to remove GATT services/charactertistics. Is this possible? I can understand not being able to remove single services, but is it possible to remove all of them?

If not, is there example code for stopping and restarting the SoftDevice without restarting the microcontroller (which I guess is the only other option?).

(Just an explanation - this is for Espruino, a JavaScript interpreter for the nRF5x. A user may want to load new code, which would expose different services - and that would really need to be done without completely resetting the microcontroller)

thanks!

Parents Reply Children
Related