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?