diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 6ac62759df..f0e7c24244 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -424,7 +424,7 @@ config BT_NIMBLE_HS_STOP_TIMEOUT_MS config BT_NIMBLE_HOST_BASED_PRIVACY bool "Enable host based privacy for random address." default n - depends on BT_NIMBLE_ENABLED && !IDF_TARGET_ESP32 + depends on BT_NIMBLE_ENABLED && IDF_TARGET_ESP32 help Use this option to do host based Random Private Address resolution. If this option is disabled then controller based privacy is used. diff --git a/components/bt/host/nimble/esp-hci/src/esp_nimble_hci.c b/components/bt/host/nimble/esp-hci/src/esp_nimble_hci.c index 3853327144..087b056cb3 100644 --- a/components/bt/host/nimble/esp-hci/src/esp_nimble_hci.c +++ b/components/bt/host/nimble/esp-hci/src/esp_nimble_hci.c @@ -378,6 +378,7 @@ static int host_rcv_pkt(uint8_t *data, uint16_t len) assert(evbuf != NULL); } + memset(evbuf, 0, sizeof *evbuf); memcpy(evbuf, &data[1], totlen); rc = ble_hci_trans_ll_evt_tx(evbuf); diff --git a/components/bt/host/nimble/nimble b/components/bt/host/nimble/nimble index e2d7a766fb..d396a29ee5 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit e2d7a766fb3927d008902611b3985e8595864c55 +Subproject commit d396a29ee5146a4a9b7581c2b7a3f6fedb44c63c