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#

#define

The major number of Bluetooth SDK version.

#define

The minor number of Bluetooth SDK version.

#define

The patch number of Bluetooth SDK version.

#define

The build number which the Bluetooth SDK was created from.

#define
SL_BT_VERSION_HASH {0x80,0x27,0x36,0x7a,0xdb,0xb8,0xf2,0x22,0xb4,0xa8,0x0c,0x52,0x67,0xab,0x83,0x44,0x46,0xf9,0x1a,0x79}

The hash value of the build the Bluetooth SDK was created from.

#define
BG_VERSION_MAJOR SL_BT_VERSION_MAJOR
#define
BG_VERSION_MINOR SL_BT_VERSION_MINOR
#define
BG_VERSION_PATCH SL_BT_VERSION_PATCH
#define
BG_VERSION_BUILD SL_BT_VERSION_BUILD
#define
BG_VERSION_HASH SL_BT_VERSION_HASH

Macro Definition Documentation#

SL_BT_VERSION_MAJOR#

#define SL_BT_VERSION_MAJOR
Value:
9

The major number of Bluetooth SDK version.

An increment indicates incompatible Bluetooth API changes.


Definition at line 31 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

SL_BT_VERSION_MINOR#

#define SL_BT_VERSION_MINOR
Value:
0

The minor number of Bluetooth SDK version.

An increment indicates new backwards compatible functionalities.


Definition at line 38 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

SL_BT_VERSION_PATCH#

#define SL_BT_VERSION_PATCH
Value:
0

The patch number of Bluetooth SDK version.

An increment indicates backwards compatible bug fixes.


Definition at line 45 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

SL_BT_VERSION_BUILD#

#define SL_BT_VERSION_BUILD
Value:
36

The build number which the Bluetooth SDK was created from.


Definition at line 50 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

SL_BT_VERSION_HASH#

#define SL_BT_VERSION_HASH
Value:
{0x80,0x27,0x36,0x7a,0xdb,0xb8,0xf2,0x22,0xb4,0xa8,0x0c,0x52,0x67,0xab,0x83,0x44,0x46,0xf9,0x1a,0x79}

The hash value of the build the Bluetooth SDK was created from.


Definition at line 55 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

BG_VERSION_MAJOR#

#define BG_VERSION_MAJOR
Value:
SL_BT_VERSION_MAJOR

Deprecated and replaced by SL_BT_VERSION_MAJOR


Definition at line 60 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

BG_VERSION_MINOR#

#define BG_VERSION_MINOR
Value:
SL_BT_VERSION_MINOR

Deprecated and replaced by SL_BT_VERSION_MINOR


Definition at line 65 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

BG_VERSION_PATCH#

#define BG_VERSION_PATCH
Value:
SL_BT_VERSION_PATCH

Deprecated and replaced by SL_BT_VERSION_PATCH


Definition at line 70 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

BG_VERSION_BUILD#

#define BG_VERSION_BUILD
Value:
SL_BT_VERSION_BUILD

Deprecated and replaced by SL_BT_VERSION_BUILD


Definition at line 75 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h

BG_VERSION_HASH#

#define BG_VERSION_HASH
Value:
SL_BT_VERSION_HASH

Deprecated and replaced by SL_BT_VERSION_HASH


Definition at line 80 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/ble_host/ble_bgapi/inc/sl_bt_version.h