From e922e49f85a58c13cc526148628e153763a70a8e Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Fri, 5 Jul 2024 18:09:25 +0530 Subject: [PATCH] Revert "fix(nimble): Added debug print to check for skipped adv report" This reverts commit 634412e20c7e7691522b6ff465e86c1d6b6709c8. --- 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 fa4f67f55a..5240b4e722 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 {