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,