summaryrefslogtreecommitdiff
path: root/driver/nfc/ctn730.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/nfc/ctn730.h')
-rw-r--r--driver/nfc/ctn730.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/driver/nfc/ctn730.h b/driver/nfc/ctn730.h
index 6911d4fa5e..1689e93b00 100644
--- a/driver/nfc/ctn730.h
+++ b/driver/nfc/ctn730.h
@@ -91,6 +91,12 @@
#define WLC_CHG_CTRL_CHARGING_INFO_RSP_SIZE 2
#define WLC_CHG_CTRL_CHARGING_INFO_EVT_SIZE 5
+/* WLC_HOST_CTRL_BIST_CMD constants */
+#define WLC_BIST_RSP_SIZE 1
+#define WLC_BIST_CMD_RF_SWITCH_ON 0x01
+#define WLC_BIST_CMD_RF_SWITCH_OFF 0x02
+#define WLC_BIST_CMD_DEVICE_ACTIVATION_TEST 0x04
+
/* Status Codes */
enum wlc_host_status {
WLC_HOST_STATUS_OK = 0x00,