Loading system/stack/l2cap/l2c_fcr.cc +5 −6 Original line number Diff line number Diff line Loading @@ -1727,12 +1727,11 @@ bool l2c_fcr_renegotiate_chan(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { * channel */ switch (p_ccb->our_cfg.fcr.mode) { case L2CAP_FCR_ERTM_MODE: /* We can try basic for any other peer mode if we support it */ if (p_ccb->p_rcb->ertm_info.preferred_mode & L2CAP_FCR_BASIC_MODE) { /* We can try basic for any other peer mode because it's always * supported */ L2CAP_TRACE_DEBUG("%s(Trying Basic)", __func__); can_renegotiate = true; p_ccb->our_cfg.fcr.mode = L2CAP_FCR_BASIC_MODE; } break; default: Loading Loading
system/stack/l2cap/l2c_fcr.cc +5 −6 Original line number Diff line number Diff line Loading @@ -1727,12 +1727,11 @@ bool l2c_fcr_renegotiate_chan(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { * channel */ switch (p_ccb->our_cfg.fcr.mode) { case L2CAP_FCR_ERTM_MODE: /* We can try basic for any other peer mode if we support it */ if (p_ccb->p_rcb->ertm_info.preferred_mode & L2CAP_FCR_BASIC_MODE) { /* We can try basic for any other peer mode because it's always * supported */ L2CAP_TRACE_DEBUG("%s(Trying Basic)", __func__); can_renegotiate = true; p_ccb->our_cfg.fcr.mode = L2CAP_FCR_BASIC_MODE; } break; default: Loading