Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_ntf.cpp46 static const uint8_t MAX_FWI = 14; // max waiting time integer for protocol frame variable
419 if (fwi <= MAX_FWI) { in SetIsoDepFwt()
H A Dtag_nci_adapter.cpp72 static const uint8_t MAX_FWI = 14; // max waiting time integer for protocol frame variable
1280 if (fwi >= MIN_FWI && fwi <= MAX_FWI) { in GetTechFromData()