add DRAM_ATTR & add logs

This commit is contained in:
baohongde
2020-04-23 17:58:52 +08:00
committed by maojianxin
parent 61b646aa8a
commit d5f02c8302
3 changed files with 8 additions and 6 deletions

View File

@@ -620,7 +620,7 @@ static void btu_hcif_disconnection_comp_evt (UINT8 *p)
STREAM_TO_UINT8 (reason, p);
handle = HCID_GET_HANDLE (handle);
ets_printf("\n##C##: %s: 0x%x, 0x%x\n", __func__, handle, reason);
#if BTM_SCO_INCLUDED == TRUE
/* If L2CAP doesn't know about it, send it to SCO */
if (!l2c_link_hci_disc_comp (handle, reason)) {