Lines Matching refs:handle
406 * Utility to get a technology tree and a corresponding handle list from a detected tag.
419 // ISO handle is usually the second, and we prefer the ISO. Should implement
420 // a method to find the "preferred handle order" and use that instead,
424 int handle = devList[target].hTargetDev;
431 MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
437 MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
439 MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3B, handle, type);
444 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3A, handle, type);
452 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
454 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3B, handle, type);
459 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO15693, handle, type);
473 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_MIFARE_UL, handle, type);
477 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_MIFARE_CLASSIC, handle, type);
484 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_FELICA, handle, type);
490 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3A, handle, type);
495 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_UNKNOWN, handle, type);