Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Disodep_card_handler.h85 const std::string APDU_RSP_OK = "9000"; variable
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp239 if (rspStr == APDU_RSP_OK) { in CheckApduResponse()