Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dhost_card_emulation_manager.cpp272 uint8_t aidLength = data[INDEX_AID_LEN]; in ParseSelectAid() local
273 if (data.size() < SELECT_APDU_HDR_LENGTH + aidLength) { in ParseSelectAid()
279 data.begin() + SELECT_APDU_HDR_LENGTH + aidLength); in ParseSelectAid()