Home | History | Annotate | Download | only in llcp

Lines Matching defs:info_length

1317     UINT16  pdu_hdr, info_length = 0;
1361 info_length = p_msg->len - LLCP_PDU_HEADER_SIZE - LLCP_SEQUENCE_SIZE;
1371 info_length = p_msg->len - LLCP_PDU_HEADER_SIZE;
1375 if ((!frame_error) && (info_length > llcp_cb.lcb.local_link_miu))
1378 llcp_cb.lcb.local_link_miu, info_length);
1391 if (info_length > 0)
1393 LLCP_TRACE_ERROR1 ("Received extra data (%d bytes) in SYMM PDU", info_length);