Lines Matching defs:peer_mtu
343 ** Description Get the peer_mtu for the AVCTP Browse channel of the given
351 UINT16 peer_mtu = AVCT_MIN_BROWSE_MTU;
357 peer_mtu = p_ccb->p_bcb->peer_mtu;
362 return peer_mtu;
369 ** Description Get the peer_mtu for the AVCTP channel of the given
377 UINT16 peer_mtu = L2CAP_DEFAULT_MTU;
385 peer_mtu = p_ccb->p_lcb->peer_mtu;
389 return peer_mtu;