Merge 9e5ee962eda3ee41c5939c7372f07bd39a42c842 into 83e8f70ee4f7ddb6b874bdb81a1f75ceeeba58e4

This commit is contained in:
Nebojša Cvetković 2025-03-01 10:11:14 +05:30 committed by GitHub
commit 484563b1c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);
} }
/******************************************************************************* /*******************************************************************************