![]() |
S115 SoftDevice for nRF54LS05 API documentation 10.0.0
|
| 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.
| [out] | p_version | Pointer to a ble_version_t structure to be filled in. |
| NRF_SUCCESS | Version information stored successfully. |
| NRF_ERROR_INVALID_ADDR | Invalid pointer supplied. |
| NRF_ERROR_BUSY | The BLE stack is busy (typically doing a locally-initiated disconnection procedure). |