mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 11:09:12 -04:00
fix(bt/bluedroid): Changed log level from WARNING to DEBUG in bta_ag_sco_read_cback
This commit is contained in:
parent
0167b14411
commit
7037ee47f9
@ -342,7 +342,7 @@ static void bta_ag_sco_read_cback(UINT16 sco_inx, BT_HDR *p_data, tBTM_SCO_DATA_
|
||||
{
|
||||
if (status != BTM_SCO_DATA_CORRECT)
|
||||
{
|
||||
APPL_TRACE_WARNING("bta_ag_sco_read_cback: status(%d)", status);
|
||||
APPL_TRACE_DEBUG("bta_ag_sco_read_cback: status(%d)", status);
|
||||
}
|
||||
|
||||
/* Callout function must free the data. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user