Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Disodep_card_handler.h39 static const int APDU_RSP_BALANCE_BYTES_LEN = 4; variable
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp284 if (bytes.size() != APDU_RSP_BALANCE_BYTES_LEN) { in GetBalanceValue()