From a2a93e7224e97a900bb3f616e5ebcc489eebc91f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 9 May 2011 08:51:07 +0000 Subject: [PATCH] nfc-relay: fix UID --- examples/nfc-relay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nfc-relay.c b/examples/nfc-relay.c index a9b5baa..4a3ab07 100644 --- a/examples/nfc-relay.c +++ b/examples/nfc-relay.c @@ -143,7 +143,7 @@ main (int argc, char *argv[]) .nti = { .nai = { .abtAtqa = { 0x04, 0x00 }, - .abtUid = { 0xde, 0xad, 0xbe, 0xef }, + .abtUid = { 0x08, 0xad, 0xbe, 0xef }, .btSak = 0x20, .szUidLen = 4, .szAtsLen = 0,