component/bt: reduce the size of DRAM

DRAM.data:   506B -->  196B
DRAM.bss : 26857B --> 2170B
This commit is contained in:
baohongde
2018-11-06 15:34:38 +08:00
parent 21cce564ba
commit bd9fed4400
78 changed files with 1705 additions and 1036 deletions

View File

@@ -52,6 +52,7 @@ tL2C_CB l2cb;
tL2C_CB *l2c_cb_ptr;
#endif
#if 0 //Unused
/*******************************************************************************
**
** Function l2c_bcst_msg
@@ -104,7 +105,7 @@ void l2c_bcst_msg( BT_HDR *p_buf, UINT16 psm )
bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL);
}
}
#endif
/*******************************************************************************
**