Bluetooth SDK version#
Bluetooth stack version definition.
License#
Copyright 2022 Silicon Laboratories Inc. www.silabs.com
The licensor of this software is Silicon Laboratories Inc. Your use of this software is governed by the terms of Silicon Labs Master Software License Agreement (MSLA) available at www.silabs.com/about-us/legal/master-software-license-agreement. This software is distributed to you in Source Code format and is governed by the sections of the MSLA applicable to Source Code.
Bluetooth SDK version information
Macros#
The major number of Bluetooth SDK version.
The minor number of Bluetooth SDK version.
The patch number of Bluetooth SDK version.
The hash value of the build the Bluetooth SDK was created from.
Macro Definition Documentation#
SL_BT_VERSION_MAJOR#
#define SL_BT_VERSION_MAJORValue:
10
The major number of Bluetooth SDK version.
An increment indicates incompatible Bluetooth API changes.
SL_BT_VERSION_MINOR#
#define SL_BT_VERSION_MINORValue:
1
The minor number of Bluetooth SDK version.
An increment indicates new backwards compatible functionalities.
SL_BT_VERSION_PATCH#
#define SL_BT_VERSION_PATCHValue:
2
The patch number of Bluetooth SDK version.
An increment indicates backwards compatible bug fixes.
SL_BT_VERSION_HASH#
#define SL_BT_VERSION_HASHValue:
{0x89,0x1a,0x5e,0x4e,0xe1,0xb0,0xf5,0xa8,0xd3,0x79,0x11,0x42,0x0a,0xed,0xf9,0xd9,0xfa,0xbd,0x0c,0xdb}The hash value of the build the Bluetooth SDK was created from.