Home
last modified time | relevance | path

Searched refs:nfcid1_len (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c641 p_pa->nfcid1_len = *p++; in nfc_ncif_decode_rf_params()
642 if (p_pa->nfcid1_len > NCI_NFCID1_MAX_LEN) in nfc_ncif_decode_rf_params()
643 p_pa->nfcid1_len = NCI_NFCID1_MAX_LEN; in nfc_ncif_decode_rf_params()
644 STREAM_TO_ARRAY (p_pa->nfcid1, p, p_pa->nfcid1_len); in nfc_ncif_decode_rf_params()
648 …if (len == (7 + p_pa->nfcid1_len + u8)) /* 2(sens_res) + 1(len) + p_pa->nfcid1_len + 1(len) + u8 +… in nfc_ncif_decode_rf_params()
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_act.c1792 if ((p_tech_params->param.pa.nfcid1_len == 0) && (p_params != NULL)) in nfa_dm_notify_activation_status()
1796 evt_data.activated.activate_ntf.rf_tech_param.param.pa.nfcid1_len = nfcid_len; in nfa_dm_notify_activation_status()
1801 nfcid_len = p_tech_params->param.pa.nfcid1_len; in nfa_dm_notify_activation_status()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h614 UINT8 nfcid1_len; /* 4, 7 or 10 */ member
/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c2726 …ivate_params->rf_tech_param.param.pa.nfcid1, p_activate_params->rf_tech_param.param.pa.nfcid1_len); in nfa_rw_activate_ntf()
2734 …ivate_params->rf_tech_param.param.pa.nfcid1, p_activate_params->rf_tech_param.param.pa.nfcid1_len); in nfa_rw_activate_ntf()