Home | History | Annotate | Download | only in l2cap

Lines Matching full:maxlen

1046     UINT16   maxlen;
1060 maxlen = (L2CAP_CMD_BUF_SIZE > acl_packet_size) ?
1062 maxlen -= (UINT16)(BT_HDR_SIZE + HCI_DATA_PREAMBLE_SIZE + L2CAP_PKT_OVERHEAD +
1065 if (data_len > maxlen)