Searched refs:LLCP_PDU_AGF_LEN_SIZE (Results 1 – 4 of 4) sorted by relevance
788 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in LLCP_ReadLogicalLinkData()789 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in LLCP_ReadLogicalLinkData()869 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in LLCP_FlushLogicalLinkRxData()870 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in LLCP_FlushLogicalLinkRxData()1237 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_ReadDataLinkData()1238 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_ReadDataLinkData()1334 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_FlushDataLinkRxData()1335 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_FlushDataLinkRxData()
1029 if (available_bytes >= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length) in llcp_link_proc_ui_pdu()1039 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in llcp_link_proc_ui_pdu()1055 p_ui_pdu -= LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_ui_pdu()1058 p_msg->offset -= LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_ui_pdu()1059 p_msg->len += LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_ui_pdu()1076 p_msg->len = LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in llcp_link_proc_ui_pdu()1149 if (agf_length > LLCP_PDU_AGF_LEN_SIZE) in llcp_link_proc_agf_pdu()1152 agf_length -= LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_agf_pdu()1188 agf_length -= LLCP_PDU_AGF_LEN_SIZE; in llcp_link_proc_agf_pdu()
961 if (available_bytes >= LLCP_PDU_AGF_LEN_SIZE + info_len) in llcp_dlc_proc_i_pdu()973 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + info_len; in llcp_dlc_proc_i_pdu()992 p = p_i_pdu + LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE - LLCP_PDU_AGF_LEN_SIZE; in llcp_dlc_proc_i_pdu()995 … p_msg->offset += LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE - LLCP_PDU_AGF_LEN_SIZE; in llcp_dlc_proc_i_pdu()996 … p_msg->len -= LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE - LLCP_PDU_AGF_LEN_SIZE; in llcp_dlc_proc_i_pdu()1014 p_msg->len = LLCP_PDU_AGF_LEN_SIZE + info_len; in llcp_dlc_proc_i_pdu()
68 #define LLCP_PDU_AGF_LEN_SIZE 2 /* 2 bytes of length in AGF PDU */ macro