NCI2.0 T2T Tag read improvement.

NCI2.0 Status_OK_n_bit should only be translated
to Status_OK for frame rf interface.

Test: compiles.

Change-Id: I552082389360753cbbc079f2d550ee94ebe1098f
(cherry picked from commit 67a3e862e52db4005d930d98df5c981c68ddb982)
diff --git a/src/nfc/include/tags_defs.h b/src/nfc/include/tags_defs.h
index c53b82b..74405af 100644
--- a/src/nfc/include/tags_defs.h
+++ b/src/nfc/include/tags_defs.h
@@ -263,6 +263,14 @@
 #define T2T_RSP_NACK5 0x5
 #define T2T_RSP_NACK1 0x1 /* Nack can be either 1    */
 
+#define T2T_STATUS_OK_1_BIT 0x11
+#define T2T_STATUS_OK_2_BIT 0x12
+#define T2T_STATUS_OK_3_BIT 0x13
+#define T2T_STATUS_OK_4_BIT 0x14
+#define T2T_STATUS_OK_5_BIT 0x15
+#define T2T_STATUS_OK_6_BIT 0x16
+#define T2T_STATUS_OK_7_BIT 0x17
+
 #define T2T_FIRST_DATA_BLOCK 4
 #define T2T_READ_BLOCKS 4
 #define T2T_BLOCK_LEN 4