This structure is used to hold version information of the BLE Stack Library.
Data Fields | |
uint8_t | majorVersion |
The major version of the library. | |
uint8_t | minorVersion |
The minor version of the library. | |
uint8_t | patch |
The patch number of the library. | |
uint16_t | buildNumber |
The build number of the library. | |