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

This commit is contained in:
xiewenxiang
2021-07-13 22:13:20 +08:00
parent 617da9f403
commit 192aa18c31
5 changed files with 17 additions and 0 deletions

View File

@@ -182,3 +182,6 @@
#define SOC_SPI_MEM_SUPPORT_SW_SUSPEND (1)
/*-------------------------- COEXISTENCE HARDWARE PTI CAPS -------------------------------*/
#define SOC_COEX_HW_PTI (1)
/*------------------------------ BLE --------------------------------------------*/
#define SOC_BLE_UPDATE_OWN_RPA (1)