This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where do I find documentation regarding sd_ble_enable()

Hi, I try to get BLE working on an n51422 with the S310. I would like to implement a cycling_speed_and_cadence GATT server using the provided libraries. For now I've called ble_cscs_init() and the function returns with "NRF_ERROR_INVALID_PARAM" (7). So I've searched the SDK (6.0.0) for ble_cscs_init() and found an example, that starts by initializing the softdevice with a call to sd_ble_enable. Now i wonder what parameters I have to provide to sd_ble_enable() but can't find any documentation.

Any pointers?

cheers Torsten

Related