mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 17:43:49 +00:00
Merge r547-550 from trunk.
This commit is contained in:
@@ -534,14 +534,14 @@ nfc_initiator_list_passive_targets(nfc_device_t* pnd, const nfc_modulation_t nmI
|
||||
{
|
||||
nfc_target_info_t nti;
|
||||
size_t szTargetFound = 0;
|
||||
byte_t* pbtInitData = NULL;
|
||||
size_t szInitDataLen = 0;
|
||||
|
||||
pnd->iLastError = 0;
|
||||
|
||||
|
||||
// Let the reader only try once to find a target
|
||||
nfc_configure (pnd, NDO_INFINITE_SELECT, false);
|
||||
byte_t* pbtInitData = NULL;
|
||||
size_t szInitDataLen = 0;
|
||||
|
||||
if(nmInitModulation == NM_ISO14443B_106) {
|
||||
// Application Family Identifier (AFI) must equals 0x00 in order to wakeup all ISO14443-B PICCs (see ISO/IEC 14443-3)
|
||||
|
||||
Reference in New Issue
Block a user