Searched defs:flushed_length (Results 1 - 1 of 1) sorted by relevance

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

Completed in 32 milliseconds