Loading system/stack/l2cap/l2c_csm.cc +5 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,11 @@ static void l2c_csm_indicate_connection_open(tL2C_CCB* p_ccb) { * ******************************************************************************/ void l2c_csm_execute(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { if (p_ccb == nullptr) { LOG_WARN("CCB is null for event (%d)", event); return; } if (!l2cu_is_ccb_active(p_ccb)) { LOG_WARN("CCB not in use, event (%d) cannot be processed", event); return; Loading Loading
system/stack/l2cap/l2c_csm.cc +5 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,11 @@ static void l2c_csm_indicate_connection_open(tL2C_CCB* p_ccb) { * ******************************************************************************/ void l2c_csm_execute(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { if (p_ccb == nullptr) { LOG_WARN("CCB is null for event (%d)", event); return; } if (!l2cu_is_ccb_active(p_ccb)) { LOG_WARN("CCB not in use, event (%d) cannot be processed", event); return; Loading