Searched refs:LLCP_PDU_HEADER_SIZE (Results 1 – 9 of 9) sorted by relevance
1096 p_agf->len -= LLCP_PDU_HEADER_SIZE; in llcp_link_proc_agf_pdu()1097 p_agf->offset += LLCP_PDU_HEADER_SIZE; in llcp_link_proc_agf_pdu()1109 if (pdu_length < LLCP_PDU_HEADER_SIZE) { in llcp_link_proc_agf_pdu()1140 while (agf_length >= (LLCP_PDU_HEADER_SIZE + LLCP_PDU_AGF_LEN_SIZE)) { in llcp_link_proc_agf_pdu()1171 llcp_sdp_proc_snl((uint16_t)(pdu_length - LLCP_PDU_HEADER_SIZE), p_info); in llcp_link_proc_agf_pdu()1173 (pdu_length > LLCP_PDU_HEADER_SIZE)) { in llcp_link_proc_agf_pdu()1180 (uint16_t)(pdu_length - LLCP_PDU_HEADER_SIZE), in llcp_link_proc_agf_pdu()1214 p_data = (uint8_t*)(p_msg + 1) + p_msg->offset + LLCP_PDU_HEADER_SIZE; in llcp_link_proc_rx_pdu()1216 (uint16_t)(p_msg->len - LLCP_PDU_HEADER_SIZE), in llcp_link_proc_rx_pdu()1222 p_data = (uint8_t*)(p_msg + 1) + p_msg->offset + LLCP_PDU_HEADER_SIZE; in llcp_link_proc_rx_pdu()[all …]
74 llcp_cb.sdp_cb.p_snl->len += LLCP_PDU_HEADER_SIZE; in llcp_sdp_check_send_snl()75 llcp_cb.sdp_cb.p_snl->offset -= LLCP_PDU_HEADER_SIZE; in llcp_sdp_check_send_snl()142 NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE; in llcp_sdp_send_sdreq()167 NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE; in llcp_sdp_send_sdreq()237 NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE; in llcp_sdp_send_sdres()260 NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE; in llcp_sdp_send_sdres()
823 if (length != LLCP_PDU_DM_SIZE - LLCP_PDU_HEADER_SIZE) { in llcp_dlc_proc_dm_pdu()874 if (i_pdu_length < LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE) { in llcp_dlc_proc_i_pdu()883 info_len = i_pdu_length - LLCP_PDU_HEADER_SIZE - LLCP_SEQUENCE_SIZE; in llcp_dlc_proc_i_pdu()895 p = p_i_pdu + LLCP_PDU_HEADER_SIZE; in llcp_dlc_proc_i_pdu()962 p = p_i_pdu + LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE; in llcp_dlc_proc_i_pdu()982 p = p_i_pdu + LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE - in llcp_dlc_proc_i_pdu()987 LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE - LLCP_PDU_AGF_LEN_SIZE; in llcp_dlc_proc_i_pdu()989 LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE - LLCP_PDU_AGF_LEN_SIZE; in llcp_dlc_proc_i_pdu()1000 p = p_i_pdu + LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE; in llcp_dlc_proc_i_pdu()1080 if (length != LLCP_PDU_RR_SIZE - LLCP_PDU_HEADER_SIZE) { in llcp_dlc_proc_rr_rnr_pdu()[all …]
281 p_msg->offset -= LLCP_PDU_HEADER_SIZE; in llcp_util_send_ui()282 p_msg->len += LLCP_PDU_HEADER_SIZE; in llcp_util_send_ui()442 p_msg->len = LLCP_PDU_HEADER_SIZE + miu_len + rw_len + sn_len; in llcp_util_send_connect()588 p_msg->len = LLCP_PDU_HEADER_SIZE + miu_len + rw_len; in llcp_util_send_cc()723 p_msg->offset -= LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE; in llcp_util_build_info_pdu()724 p_msg->len += LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE; in llcp_util_build_info_pdu()
726 if (max_data_len >= (uint32_t)(ui_pdu_length - LLCP_PDU_HEADER_SIZE - in LLCP_ReadLogicalLinkData()729 *p_data_len = (uint32_t)(ui_pdu_length - LLCP_PDU_HEADER_SIZE - in LLCP_ReadLogicalLinkData()802 flushed_length += (uint32_t)(ui_pdu_length - LLCP_PDU_HEADER_SIZE - in LLCP_FlushLogicalLinkRxData()
92 if (it->size() < LLCP_PDU_HEADER_SIZE) { in Fuzz_FixPackets()93 it->resize(LLCP_PDU_HEADER_SIZE); in Fuzz_FixPackets()
31 #define LLCP_PDU_HEADER_SIZE 2 /* DSAP:PTYPE:SSAP excluding Sequence */ macro
44 (NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE + \
371 NCI_DATA_HDR_SIZE - LLCP_PDU_HEADER_SIZE)