Home | History | Annotate | Download | only in l2cap

Lines Matching refs:mtu

639         UINT16_TO_STREAM (p, p_cfg->mtu);
739 UINT16_TO_STREAM (p, p_cfg->mtu);
1059 /* Don't return data if it does not fit in ACL and L2CAP MTU */
1551 p_ccb->our_cfg.mtu = p_ccb->peer_cfg.mtu = L2CAP_DEFAULT_MTU;
1981 /* Save the MTU that our peer can receive */
1984 /* Make sure MTU is at least the minimum */
1985 if (p_cfg->mtu >= L2CAP_MIN_MTU)
1987 /* In basic mode, limit the MTU to our buffer size */
1988 if ( (p_cfg->fcr_present == FALSE) && (p_cfg->mtu > L2CAP_MTU_SIZE) )
1989 p_cfg->mtu = L2CAP_MTU_SIZE;
1992 p_ccb->peer_cfg.mtu = p_cfg->mtu;
1996 else /* Illegal MTU value */
1998 p_cfg->mtu = L2CAP_MIN_MTU;
2002 /* Reload mtu from a previously accepted config request */
2006 p_cfg->mtu = p_ccb->peer_cfg.mtu;
2701 /* on the tx side MTU is selected based on packet size of the controller */
2714 /* We try to negotiate MTU that each packet can be split into whole
3079 UINT16 mtu;
3103 mtu = p_ccb->local_conn_cfg.mtu;
3108 mtu:%d mps:%d initial_credit:%d", p_ccb->p_rcb->real_psm,\
3109 p_ccb->local_cid, mtu, mps, initial_credit);
3113 UINT16_TO_STREAM (p, mtu);
3146 UINT16_TO_STREAM (p, 0); /* MTU */
3181 UINT16_TO_STREAM (p, p_ccb->local_conn_cfg.mtu); /* MTU */