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

missing sd_ble_enable() and ble_enable_params_t in s310 SDK 6.1.0

Question similar to this one devzone.nordicsemi.com/.../

I have noticed that in the header ble.h included in the s310 folder, the function sd_ble_enable(..) and the type ble_enable_params_t are missing; however they are present in s110.

From SDK >= 7.0.0 they reappear also for s310.

In my firmware running s310, I have simply removed the call sd_ble_enable(..) and it seems working. Am I making a safe use of it?

Related