Merge branch 'bugfix/fix_att_rsp_timeout' into 'master'

Fixed bluedroid host ATT Ignore wrong response error

Closes BLEQABR23-30 and BT-3224

See merge request espressif/esp-idf!22688
This commit is contained in:
Jiang Jiang Jian
2023-03-23 17:10:54 +08:00
19 changed files with 49 additions and 8 deletions

View File

@@ -1238,3 +1238,7 @@ config SOC_BLE_MESH_SUPPORTED
config SOC_BLE_50_SUPPORTED
bool
default y
config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y

View File

@@ -503,3 +503,4 @@
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */