Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Why did the softdevice handler's API change?

Why did the softdevice handler's API change?

sorry for a general question.
I used SDK 13.
and
Now, I am porting my software to SDK 15.
So, I have simple question.
Why did the softdevice handler's API change?
I want to know the meaning changed it.

(from SDK14 migration guide)
> The scheme for dispatching events from the SoftDevice to the libraries and services has changed:
> the ble_evt_dispatch and sys_evt_dispatch functions have been removed,
> in favor of registering BLE and SoC event observers using
> the NRF_SDH_BLE_OBSERVER and NRF_SDH_SOC_OBSERVER macros, respectively.

Thanks,

Parents Reply Children
No Data
Related