S115 SoftDevice for nRF54LV10 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ SD_VERSION

#define SD_VERSION   (SD_MAJOR_VERSION * 1000000 + SD_MINOR_VERSION * 1000 + SD_BUGFIX_VERSION)

#include <nrf_sdm.h>

The full version number for the SoftDevice binary this header file was distributed with, as a decimal number in the form Mmmmbbb, where:

  • M is major version (one or more digits)
  • mmm is minor version (three digits)
  • bbb is bugfix version (three digits).