S145 SoftDevice for nRF54LM20 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ sd_ble_version_get()

uint32_t sd_ble_version_get ( ble_version_t * p_version)

#include <ble.h>

Get Version Information.

This call allows the application to get the BLE stack version information.

Parameters
[out]p_versionPointer to a ble_version_t structure to be filled in.
Return values
NRF_SUCCESSVersion information stored successfully.
NRF_ERROR_INVALID_ADDRInvalid pointer supplied.
NRF_ERROR_BUSYThe BLE stack is busy (typically doing a locally-initiated disconnection procedure).