From c20034218208f157564b5450fa981b8caf5efc19 Mon Sep 17 00:00:00 2001 From: Ruchi Kandoi Date: Mon, 2 Apr 2018 17:52:50 -0700 Subject: [PATCH] Add defaultSysCodePowerState in types.hal in NFC 1.1 Test: Nfc Enable/Disable; test if config is read in logcat Bug: 77496460 Change-Id: I13e21ba18c03c3c7b9eff3aa67e843e7f063b233 --- nfc/1.1/types.hal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nfc/1.1/types.hal b/nfc/1.1/types.hal index 469e878ddb..e9ffd1611e 100644 --- a/nfc/1.1/types.hal +++ b/nfc/1.1/types.hal @@ -77,6 +77,9 @@ struct NfcConfig { /** Default system code route. 0x00 if there aren't any. Refer NCI spec */ uint8_t defaultSystemCodeRoute; + /** Default power state for system code route. 0x00 if there aren't any. Refer NCI spec */ + uint8_t defaultSystemCodePowerState; + /** * Default route for all remaining protocols and technology which haven't * been configured.