Bluetooth Feature Bitmap#

This section provides a reference to the Bluetooth feature bitmap in the boot configuration feature bitmaps.

Macros#

#define

Macro to specify the BT RF type for the SI91X wireless device.

#define

Macro to enable the BLE protocol.

Macro Definition Documentation#

SL_SI91X_BT_RF_TYPE#

#define SL_SI91X_BT_RF_TYPE
Value:
BIT(30)

Macro to specify the BT RF type for the SI91X wireless device.

This macro is used to specify the BT RF type for the SI91X wireless device. It is defined as BIT(30). 0 - RF_TYPE_EXTERNAL 1 - RF_TYPE_INTERNAL


Definition at line 1381 of file components/device/silabs/si91x/wireless/inc/sl_wifi_device.h

SL_SI91X_ENABLE_BLE_PROTOCOL#

#define SL_SI91X_ENABLE_BLE_PROTOCOL
Value:
BIT(31)

Macro to enable the BLE protocol.

This macro is used to enable the BLE (Bluetooth Low Energy) protocol. The BLE protocol can be enabled by setting the bit 31 of the corresponding register.


Definition at line 1390 of file components/device/silabs/si91x/wireless/inc/sl_wifi_device.h