Home | History | Annotate | Download | only in l2cap

Lines Matching refs:L2CAP_MTU_SIZE

469         if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) )
472 p_cfg->mtu = L2CAP_MTU_SIZE;