From e8ac1be60c27121ed546ef122ad7421278c20ac7 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Fri, 5 Jul 2024 18:08:13 +0530 Subject: [PATCH] Revert "fix(nimble): Added debug print to check for skipped adv report" This reverts commit e29f31bca4387bd146f39a1216effffeab8d2e2a. --- components/bt/host/nimble/esp-hci/src/esp_nimble_hci.c | 1 - 1 file changed, 1 deletion(-) 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 4fa8a1090b..605b831211 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 @@ -217,7 +217,6 @@ static int host_rcv_pkt(uint8_t *data, uint16_t len) evbuf = ble_transport_alloc_evt(1); /* Skip advertising report if we're out of memory */ if (!evbuf) { - ESP_LOGI(TAG, "Skipping advertising report due to low memory"); return 0; } } else {