diff --git a/components/bt/bluedroid/include/bt_target.h b/components/bt/bluedroid/include/bt_target.h index fe39f8b9b..da71657ae 100644 --- a/components/bt/bluedroid/include/bt_target.h +++ b/components/bt/bluedroid/include/bt_target.h @@ -647,7 +647,8 @@ /* 4.1/4.2 secure connections feature */ #ifndef SC_MODE_INCLUDED -#define SC_MODE_INCLUDED TRUE +// Disable AES-CCM (BT 4.1) for BT Classic to workaround controller AES issue. E0 encryption (BT 4.0) will be used. +#define SC_MODE_INCLUDED FALSE #endif /* Used for conformance testing ONLY */