fix(bt/bluedroid): Reduce log verbosity of disconnect event

This commit is contained in:
Nebojsa Cvetkovic 2025-02-27 14:50:26 +00:00
parent 0461e2ff88
commit 9e5ee962ed

View File

@ -767,7 +767,7 @@ static void btu_hcif_disconnection_comp_evt (UINT8 *p)
btm_acl_disconnected(handle, reason); 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);
} }
/******************************************************************************* /*******************************************************************************