Home
last modified time | relevance | path

Searched refs:i_pdu_length (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c1207 UINT16 i_pdu_length; in LLCP_ReadDataLinkData() local
1224 BE_STREAM_TO_UINT16 (i_pdu_length, p_i_pdu); in LLCP_ReadDataLinkData()
1230 if (max_data_len >= (UINT32) (i_pdu_length - p_buf->layer_specific)) in LLCP_ReadDataLinkData()
1233 *p_data_len = (UINT32) (i_pdu_length - p_buf->layer_specific); in LLCP_ReadDataLinkData()
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()
1312 UINT16 i_pdu_length; in LLCP_FlushDataLinkRxData() local
1328 BE_STREAM_TO_UINT16 (i_pdu_length, p_i_pdu); in LLCP_FlushDataLinkRxData()
1330 flushed_length += (UINT32) (i_pdu_length - p_buf->layer_specific); in LLCP_FlushDataLinkRxData()
1334 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + i_pdu_length; in LLCP_FlushDataLinkRxData()
[all …]
Dllcp_dlc.c864 void llcp_dlc_proc_i_pdu (UINT8 dsap, UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_HDR *p_ms… in llcp_dlc_proc_i_pdu() argument
882 i_pdu_length = p_msg->len; in llcp_dlc_proc_i_pdu()
886 info_len = i_pdu_length - LLCP_PDU_HEADER_SIZE - LLCP_SEQUENCE_SIZE; in llcp_dlc_proc_i_pdu()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h339 void llcp_dlc_proc_i_pdu (UINT8 dsap, UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_H…