Merge branch 'bugfix/btdm_esp32_ble_white_list_connection_fail' into 'master'

Fixed ESP32 BLE can't resolve the peer address when enable white list

See merge request espressif/esp-idf!14348
This commit is contained in:
Wang Meng Yang
2021-08-09 06:46:08 +00:00
4 changed files with 17 additions and 0 deletions

View File

@@ -292,3 +292,6 @@
*/
#define SOC_SDMMC_USE_IOMUX 1
#define SOC_SDMMC_NUM_SLOTS 2
/*------------------------------ BLE --------------------------------------------*/
#define SOC_BLE_DONT_UPDATE_OWN_RPA (1)