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

@@ -266,3 +266,6 @@
#define SOC_PM_SUPPORT_WIFI_PD (1)
#define SOC_PM_SUPPORT_BT_PD (1)
/*------------------------------ BLE --------------------------------------------*/
#define SOC_BLE_UPDATE_OWN_RPA (1)