mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Revert "fix(nimble): Added debug print to check for skipped adv report"
This reverts commit 69ad6bb5d1413bdbec77c3887d0db577453e0e40.
This commit is contained in:
parent
8599e25cfe
commit
e5e63be1b8
@ -365,7 +365,6 @@ static int host_rcv_pkt(uint8_t *data, uint16_t len)
|
||||
evbuf = ble_hci_trans_buf_alloc(BLE_HCI_TRANS_BUF_EVT_LO);
|
||||
/* Skip advertising report if we're out of memory */
|
||||
if (!evbuf) {
|
||||
ESP_LOGI(TAG, "Skipping advertising report due to low memory");
|
||||
return 0;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user