mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'bugfix/fix_disable_bt_log_ci_fail_v4.2' into 'release/v4.2'
component_bt: Fix CI failure when disable bluetooth debug log(v4.2) See merge request espressif/esp-idf!17905
This commit is contained in:
@@ -1459,6 +1459,11 @@ static void btu_hcif_ssr_evt_dump (UINT8 *p, UINT16 evt_len)
|
|||||||
STREAM_TO_UINT16 (max_tx_lat, p);
|
STREAM_TO_UINT16 (max_tx_lat, p);
|
||||||
STREAM_TO_UINT16 (max_rx_lat, p);
|
STREAM_TO_UINT16 (max_rx_lat, p);
|
||||||
|
|
||||||
|
UNUSED(status);
|
||||||
|
UNUSED(handle);
|
||||||
|
UNUSED(max_tx_lat);
|
||||||
|
UNUSED(max_rx_lat);
|
||||||
|
|
||||||
HCI_TRACE_WARNING("hcif ssr evt: st 0x%x, hdl 0x%x, tx_lat %d rx_lat %d", status, handle, max_tx_lat, max_rx_lat);
|
HCI_TRACE_WARNING("hcif ssr evt: st 0x%x, hdl 0x%x, tx_lat %d rx_lat %d", status, handle, max_tx_lat, max_rx_lat);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@@ -1823,6 +1828,9 @@ static void btu_hcif_link_supv_to_changed_evt (UINT8 *p)
|
|||||||
STREAM_TO_UINT16(handle, p);
|
STREAM_TO_UINT16(handle, p);
|
||||||
STREAM_TO_UINT16(supv_to, p);
|
STREAM_TO_UINT16(supv_to, p);
|
||||||
|
|
||||||
|
UNUSED(handle);
|
||||||
|
UNUSED(supv_to);
|
||||||
|
|
||||||
HCI_TRACE_WARNING("hcif link supv_to changed: hdl 0x%x, supv_to %d", handle, supv_to);
|
HCI_TRACE_WARNING("hcif link supv_to changed: hdl 0x%x, supv_to %d", handle, supv_to);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user