Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc981 tNFC_INTF_PB_ISO_DEP* p_pb_iso; in nfc_ncif_proc_activate() local
1134 p_pb_iso = &p_intf->intf_param.pb_iso; in nfc_ncif_proc_activate()
1141 p_pb_iso->attrib_res_len = *p++; in nfc_ncif_proc_activate()
1143 if (p_pb_iso->attrib_res_len == 0) break; in nfc_ncif_proc_activate()
1145 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()
1146 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()
1148 if (plen < p_pb_iso->attrib_res_len) { in nfc_ncif_proc_activate()
1152 plen -= p_pb_iso->attrib_res_len; in nfc_ncif_proc_activate()
1153 STREAM_TO_ARRAY(p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len); in nfc_ncif_proc_activate()
1154 p_pb_iso->mbli = (p_pb_iso->attrib_res[0]) >> 4; in nfc_ncif_proc_activate()
[all …]