Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_sdp.c205 UINT8_TO_BE_STREAM (p, LLCP_SDRES_LEN); in llcp_sdp_add_sdres()
209 llcp_cb.sdp_cb.p_snl->len += 2 + LLCP_SDRES_LEN; /* type and length */ in llcp_sdp_add_sdres()
248 if ( (available_bytes >= 2 + LLCP_SDRES_LEN) in llcp_sdp_send_sdres()
249 &&(llcp_cb.sdp_cb.p_snl->len + 2 + LLCP_SDRES_LEN <= llcp_cb.lcb.effective_miu) ) in llcp_sdp_send_sdres()
430 if ( (length == LLCP_SDRES_LEN) /* TID and SAP */ in llcp_sdp_proc_snl()
/external/libnfc-nci/src/nfc/include/
Dllcp_defs.h163 #define LLCP_SDRES_LEN 0x02 macro