Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c844 UINT32 flushed_length = 0; in LLCP_FlushLogicalLinkRxData() local
865flushed_length += (UINT32) (ui_pdu_length - LLCP_PDU_HEADER_SIZE - p_buf->layer_specific); in LLCP_FlushLogicalLinkRxData()
889 return (flushed_length); in LLCP_FlushLogicalLinkRxData()
1310 UINT32 flushed_length = 0; in LLCP_FlushDataLinkRxData() local
1330 flushed_length += (UINT32) (i_pdu_length - p_buf->layer_specific); in LLCP_FlushDataLinkRxData()
1365 return (flushed_length); in LLCP_FlushDataLinkRxData()