diff --git a/src/platform/silabs/rs911x/rsi_ble_config.h b/src/platform/silabs/rs911x/rsi_ble_config.h index 68633edcd1e763..64be3e24d386e6 100644 --- a/src/platform/silabs/rs911x/rsi_ble_config.h +++ b/src/platform/silabs/rs911x/rsi_ble_config.h @@ -40,7 +40,7 @@ #define RSI_BLE_GATT_WRITE_EVENT (0x03) #define RSI_BLE_MTU_EVENT (0x04) #define RSI_BLE_GATT_INDICATION_CONFIRMATION (0x05) -#define RSI_BLE_RESP_ATT_VALUE (0x06) +#define RSI_BLE_EVENT_GATT_RD (0x08) #define RSI_SSID (0x0D) #define RSI_SECTYPE (0x0E) #define RSI_BLE_WLAN_DISCONN_NOTIFY (0x0F) @@ -56,6 +56,7 @@ #define RSI_BLE_DEV_NAME "CCP_DEVICE" #define RSI_BLE_SET_RAND_ADDR "00:23:A7:12:34:56" +#define RSI_BLE_EVENT_GATT_RD (0x08) #define CLEAR_WHITELIST (0x00) #define ADD_DEVICE_TO_WHITELIST (0x01) @@ -284,7 +285,7 @@ #define RSI_EXT_TCPIP_FEATURE_BITMAP 0 #define RSI_BT_FEATURE_BITMAP (SL_SI91X_BT_RF_TYPE | SL_SI91X_ENABLE_BLE_PROTOCOL) #define RSI_CONFIG_FEATURE_BITMAP 0 -#define RSI_TCP_IP_BYPASS RSI_ENABLE //! TCP IP BYPASS feature check +#define RSI_TCP_IP_BYPASS RSI_ENABLE //! TCP IP BYPASS feature checks #else #define RSI_BLE_MAX_NBR_MASTERS (1) #define RSI_HAND_SHAKE_TYPE GPIO_BASED