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.c395 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p) in llcp_sdp_proc_snl() argument
407 while (sdu_length >= 2) /* at least type and length */ in llcp_sdp_proc_snl()
416 &&(sdu_length >= 2 + length) ) /* type, length, TID and service name */ in llcp_sdp_proc_snl()
431 &&(sdu_length >= 2 + length) ) /* type, length, TID and SAP */ in llcp_sdp_proc_snl()
449 if (sdu_length >= 2 + length) /* type, length, value */ in llcp_sdp_proc_snl()
451 sdu_length -= 2 + length; in llcp_sdp_proc_snl()
460 if (sdu_length) in llcp_sdp_proc_snl()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h352 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p);