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.c860 UINT32 flushed_length = 0; in LLCP_FlushLogicalLinkRxData() local
881flushed_length += (UINT32) (ui_pdu_length - LLCP_PDU_HEADER_SIZE - p_buf->layer_specific); in LLCP_FlushLogicalLinkRxData()
905 return (flushed_length); in LLCP_FlushLogicalLinkRxData()
1309 UINT32 flushed_length = 0; in LLCP_FlushDataLinkRxData() local
1329 flushed_length += (UINT32) (i_pdu_length - p_buf->layer_specific); in LLCP_FlushDataLinkRxData()
1364 return (flushed_length); in LLCP_FlushDataLinkRxData()