Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_sdp.c411 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p) in llcp_sdp_proc_snl() argument
423 while (sdu_length >= 2) /* at least type and length */ in llcp_sdp_proc_snl()
432 &&(sdu_length >= 2 + length) ) /* type, length, TID and service name */ in llcp_sdp_proc_snl()
447 &&(sdu_length >= 2 + length) ) /* type, length, TID and SAP */ in llcp_sdp_proc_snl()
465 if (sdu_length >= 2 + length) /* type, length, value */ in llcp_sdp_proc_snl()
467 sdu_length -= 2 + length; in llcp_sdp_proc_snl()
476 if (sdu_length) in llcp_sdp_proc_snl()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h353 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p);