Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28f50aab authored by Hansong Zhang's avatar Hansong Zhang
Browse files

L2c_int: Remove unused function

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: Ifae9b801dda409671785f7f0be9b2f9cf8f3c53b
parent cca9dfc8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -618,11 +618,6 @@ extern bool l2cu_is_ccb_active(tL2C_CCB* p_ccb);
/* Functions provided for Broadcom Aware
 ***************************************
*/
extern bool l2cu_check_feature_req(tL2C_LCB* p_lcb, uint8_t id, uint8_t* p_data,
                                   uint16_t data_len);
extern void l2cu_check_feature_rsp(tL2C_LCB* p_lcb, uint8_t id, uint8_t* p_data,
                                   uint16_t data_len);
extern void l2cu_send_feature_req(tL2C_CCB* p_ccb);

extern tL2C_RCB* l2cu_allocate_rcb(uint16_t psm);
extern tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm);