HomeSort by relevance Sort by last modified time
    Searched defs:tlv_size (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 292 UINT8 tlv_size; local
324 tlv_size = (UINT8) (p_params-tlv);
325 nfa_dm_check_set_config (tlv_size, (UINT8 *)tlv, FALSE);
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 789 ** Parameters tlv_size - the length of p_param_tlvs.
795 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size,
798 return nci_snd_core_set_config (p_param_tlvs, tlv_size);
975 UINT8 num_tlv=0, tlv_size=0; local
990 tlv_size = 4;
998 tlv_size = 3;
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 1904 UINT16 tlv_size; local
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 179 UINT16 tlv_size; /* The length of TLV */ member in struct:__anon3530
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 232 UINT16 tlv_size; /* The length of TLV */ member in struct:__anon3840
297 UINT8 tlv_size; /* the total len of all TLVs */ member in struct:__anon3845
    [all...]

Completed in 35 milliseconds