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

  /external/libnfc-nci/src/nfc/include/
nfc_api.h 648 #define NFC_MAX_ATTRIB_LEN NCI_MAX_ATTRIB_LEN
653 UINT8 attrib_res[NFC_MAX_ATTRIB_LEN];/* ATTRIB RES */
662 UINT8 attrib_req[NFC_MAX_ATTRIB_LEN];/* ATTRIB REQ (Byte 2 - 10+k)*/
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 860 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN)
861 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN;
884 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN)
885 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN;
    [all...]

Completed in 32 milliseconds