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

/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_api.c1195 UINT16 i_pdu_length; local
1212 BE_STREAM_TO_UINT16 (i_pdu_length, p_i_pdu);
1218 if (max_data_len >= (UINT32) (i_pdu_length - p_buf->layer_specific))
1221 *p_data_len = (UINT32) (i_pdu_length - p_buf->layer_specific);
1225 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + i_pdu_length;
1226 p_buf->len -= LLCP_PDU_AGF_LEN_SIZE + i_pdu_length;
1300 UINT16 i_pdu_length; local
1316 BE_STREAM_TO_UINT16 (i_pdu_length, p_i_pdu);
1318 flushed_length += (UINT32) (i_pdu_length - p_buf->layer_specific);
1322 p_buf->offset += LLCP_PDU_AGF_LEN_SIZE + i_pdu_length;
[all...]
H A Dllcp_dlc.c864 void llcp_dlc_proc_i_pdu (UINT8 dsap, UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_HDR *p_msg) argument
882 i_pdu_length = p_msg->len;
886 info_len = i_pdu_length - LLCP_PDU_HEADER_SIZE - LLCP_SEQUENCE_SIZE;
/external/libnfc-nci/src/nfc/int/
H A Dllcp_int.h338 void llcp_dlc_proc_i_pdu (UINT8 dsap, UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_HDR *p_msg);

Completed in 73 milliseconds