HomeSort by relevance Sort by last modified time
    Searched refs:LLCP_SDRES_LEN (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 205 UINT8_TO_BE_STREAM (p, LLCP_SDRES_LEN);
209 llcp_cb.sdp_cb.p_snl->len += 2 + LLCP_SDRES_LEN; /* type and length */
248 if ( (available_bytes >= 2 + LLCP_SDRES_LEN)
249 &&(llcp_cb.sdp_cb.p_snl->len + 2 + LLCP_SDRES_LEN <= llcp_cb.lcb.effective_miu) )
430 if ( (length == LLCP_SDRES_LEN) /* TID and SAP */
  /external/libnfc-nci/src/nfc/include/
llcp_defs.h 163 #define LLCP_SDRES_LEN 0x02

Completed in 24 milliseconds