Page 1 of 1

BLE print on UART0 even with no log output option on SDK

Posted: Thu Nov 12, 2020 7:44 pm
by torarqui
Context: ESP32 with IDF 4.0.2, Bluetooth SPP active, BLE active, no Wifi.

We are seeing a strange log message being printed on UART0 even with no log output config on SDK enabled, and calling esp_log_level_set(*, ESP_LOG_NONE); in code:

Fix no acl resched Problem.sta: 0x3ce02

I found out that this string is present inside libbtdm_app.a at line 943.
Can someone point out from where this message is coming from, an how to prevent it from being output to UART0?

Thanks!

Re: BLE print on UART0 even with no log output option on SDK

Posted: Fri Nov 20, 2020 7:13 am
by e.voellm@mail.de
I see same thing sporadically, did you solve your issue ?

[00:34:52.692] LOG -- hci.c.2086: hci_number_completed_packets, more packet slots freed then sent.
Fix no acl resched Problem.sta: 0x3ce02
Fix no acl resched Problem.sta: 0x3ce02
Fix no acl resched Problem.sta: 0x3ce02
Fix no acl resched Problem.sta: 0x3ce02

Re: BLE print on UART0 even with no log output option on SDK

Posted: Sat Nov 21, 2020 12:00 pm
by torarqui
Not yet, we are using UART0 to interface with another chip and this prints keep interfering in the communication