How to "unregister" a sequencer task in STM32WB?
I register a task in app_ble.cIn custom_stm.c (Custom_STM_Event_Handler) when client enables notifications I then call the custom_app.c (Custom_STM_App_Notification) which in turn gets data and returns the value via custom_stm.c ( Custom_STM_App_Upd...