Function nrf_softdevice_s113::sd_ble_version_get
source · pub unsafe fn sd_ble_version_get(p_version: *mut ble_version_t) -> u32
Expand description
@brief Get Version Information.
@details This call allows the application to get the BLE stack version information.
@param[out] p_version Pointer to a ble_version_t structure to be filled in.
@retval ::NRF_SUCCESS Version information stored successfully. @retval ::NRF_ERROR_INVALID_ADDR Invalid pointer supplied. @retval ::NRF_ERROR_BUSY The BLE stack is busy (typically doing a locally-initiated disconnection procedure).