Lines Matching refs:afi
815 ** Send Inventory command to the activated ISO 15693 tag with/without AFI
827 tNFA_STATUS NFA_RwI93Inventory (BOOLEAN afi_present, UINT8 afi, UINT8 *p_uid)
831 NFA_TRACE_API2 ("NFA_RwI93Inventory (): afi_present:%d, AFI: 0x%02X", afi_present, afi);
845 p_msg->params.i93_cmd.afi = afi;
1246 ** Send Write AFI command to the activated ISO 15693 tag.
1257 tNFA_STATUS NFA_RwI93WriteAFI (UINT8 afi)
1261 NFA_TRACE_API1 ("NFA_RwI93WriteAFI (): AFI: 0x%02X", afi);
1274 p_msg->params.i93_cmd.afi = afi;
1289 ** Send Lock AFI command to the activated ISO 15693 tag.