From 9e5ee962eda3ee41c5939c7372f07bd39a42c842 Mon Sep 17 00:00:00 2001 From: Nebojsa Cvetkovic Date: Thu, 27 Feb 2025 14:50:26 +0000 Subject: [PATCH] fix(bt/bluedroid): Reduce log verbosity of disconnect event --- components/bt/host/bluedroid/stack/btu/btu_hcif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/stack/btu/btu_hcif.c b/components/bt/host/bluedroid/stack/btu/btu_hcif.c index 0ce0deb13c..cdcabcb31b 100644 --- a/components/bt/host/bluedroid/stack/btu/btu_hcif.c +++ b/components/bt/host/bluedroid/stack/btu/btu_hcif.c @@ -767,7 +767,7 @@ static void btu_hcif_disconnection_comp_evt (UINT8 *p) btm_acl_disconnected(handle, reason); - HCI_TRACE_WARNING("hcif disc complete: hdl 0x%x, rsn 0x%x", handle, reason); + HCI_TRACE_EVENT("hcif disc complete: hdl 0x%x, rsn 0x%x", handle, reason); } /*******************************************************************************