Loading system/stack/l2cap/l2c_utils.c +6 −0 Original line number Diff line number Diff line Loading @@ -1745,6 +1745,12 @@ void l2cu_release_ccb (tL2C_CCB *p_ccb) { if (!p_lcb->ccb_queue.p_first_ccb) { // Closing a security channel on LE device should not start connection // timeout if (p_lcb->transport == BT_TRANSPORT_LE && p_ccb->local_cid == L2CAP_SMP_CID) return; l2cu_no_dynamic_ccbs (p_lcb); } else Loading Loading
system/stack/l2cap/l2c_utils.c +6 −0 Original line number Diff line number Diff line Loading @@ -1745,6 +1745,12 @@ void l2cu_release_ccb (tL2C_CCB *p_ccb) { if (!p_lcb->ccb_queue.p_first_ccb) { // Closing a security channel on LE device should not start connection // timeout if (p_lcb->transport == BT_TRANSPORT_LE && p_ccb->local_cid == L2CAP_SMP_CID) return; l2cu_no_dynamic_ccbs (p_lcb); } else Loading