From 8025d14c2801f7f14d4f18fb088cd6b8c6236586 Mon Sep 17 00:00:00 2001 From: Michele Balistreri Date: Mon, 11 Feb 2019 17:13:02 +0300 Subject: [PATCH] fix typo --- source/api/apdu_select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/api/apdu_select.md b/source/api/apdu_select.md index 999d8d5f..98371ce6 100644 --- a/source/api/apdu_select.md +++ b/source/api/apdu_select.md @@ -19,7 +19,7 @@ Response Data format: - Tag 0x02 = Application Version (2 bytes) - Tag 0x02 = Number of remaining pairing slots (1 byte) - Tag 0x8E = Key UID (0 or 32 bytes) - - Tag 0x8F = Capabilities (1 byte) + - Tag 0x8D = Capabilities (1 byte) The SELECT command is documented in the ISO 7816-4 specifications and is used to select the application on the card, making it the active one. The data field is the AID of the application.