Home | History | Annotate | Download | only in llcp

Lines Matching refs:info_len

867     UINT16      info_len, available_bytes;
886 info_len = i_pdu_length - LLCP_PDU_HEADER_SIZE - LLCP_SEQUENCE_SIZE;
888 if (info_len > p_dlcb->local_miu)
891 p_dlcb->local_miu, info_len);
961 if (available_bytes >= LLCP_PDU_AGF_LEN_SIZE + info_len)
966 UINT16_TO_BE_STREAM (p_dst, info_len);
971 memcpy (p_dst, p, info_len);
973 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + info_len;
993 UINT16_TO_BE_STREAM (p, info_len);
1008 UINT16_TO_BE_STREAM (p_dst, info_len);
1011 memcpy (p_dst, p, info_len);
1014 p_msg->len = LLCP_PDU_AGF_LEN_SIZE + info_len;