Home | History | Annotate | Download | only in llcp

Lines Matching refs:info_length

1262     UINT16  pdu_hdr, info_length = 0;
1301 info_length = p_msg->len - LLCP_PDU_HEADER_SIZE - LLCP_SEQUENCE_SIZE;
1311 info_length = p_msg->len - LLCP_PDU_HEADER_SIZE;
1315 if ((!frame_error) && (info_length > llcp_cb.lcb.local_link_miu))
1318 llcp_cb.lcb.local_link_miu, info_length);
1331 if (info_length > 0)
1333 LLCP_TRACE_ERROR1 ("Received extra data (%d bytes) in SYMM PDU", info_length);