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.cc941 tNFC_INTF_PB_ISO_DEP* p_pb_iso; in nfc_ncif_proc_activate() local
1094 p_pb_iso = &p_intf->intf_param.pb_iso; in nfc_ncif_proc_activate()
1101 p_pb_iso->attrib_res_len = *p++; in nfc_ncif_proc_activate()
1103 if (p_pb_iso->attrib_res_len == 0) break; in nfc_ncif_proc_activate()
1105 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()
1106 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()
1108 if (plen < p_pb_iso->attrib_res_len) { in nfc_ncif_proc_activate()
1112 plen -= p_pb_iso->attrib_res_len; in nfc_ncif_proc_activate()
1113 STREAM_TO_ARRAY(p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len); in nfc_ncif_proc_activate()
1114 p_pb_iso->mbli = (p_pb_iso->attrib_res[0]) >> 4; in nfc_ncif_proc_activate()
[all …]