From 62c7bdd0b95703057a5d93c69addae1a1b1b884d Mon Sep 17 00:00:00 2001 From: "anil.hiranniah" Date: Mon, 28 May 2018 14:46:24 +0530 Subject: Enable SCBR from eSE in Phone Off state default SCBR power state set to 0x3B (Set bit-position-1 to enable support for phone off state) Bug: 79950265 Test: Manual-check SCBR power state in LMRT Change-Id: I3dd4b0e52a6fa15b0b55a41d62f3c3220157b3a7 --- halimpl/libnfc-nxp-PN81B_example_NCI2_0.conf | 6 +++--- halimpl/libnfc-nxp-PN81T_example_NCI2_0.conf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'halimpl') diff --git a/halimpl/libnfc-nxp-PN81B_example_NCI2_0.conf b/halimpl/libnfc-nxp-PN81B_example_NCI2_0.conf index 7bfffaf..ee46b98 100755 --- a/halimpl/libnfc-nxp-PN81B_example_NCI2_0.conf +++ b/halimpl/libnfc-nxp-PN81B_example_NCI2_0.conf @@ -285,9 +285,9 @@ OFF_HOST_SIM_PIPE_ID=0x70 # bit pos 0 = Switch On # bit pos 1 = Switch Off # bit pos 2 = Battery Off -# bit pos 3 = Screen On lock -# bit pos 4 = Screen off unlock +# bit pos 3 = Screen off unlock +# bit pos 4 = Screen On lock # bit pos 5 = Screen Off lock -DEFAULT_SYS_CODE_PWR_STATE=0x39 +DEFAULT_SYS_CODE_PWR_STATE=0x3B ############################################################################### \ No newline at end of file diff --git a/halimpl/libnfc-nxp-PN81T_example_NCI2_0.conf b/halimpl/libnfc-nxp-PN81T_example_NCI2_0.conf index 653d593..4b2d235 100755 --- a/halimpl/libnfc-nxp-PN81T_example_NCI2_0.conf +++ b/halimpl/libnfc-nxp-PN81T_example_NCI2_0.conf @@ -285,9 +285,9 @@ OFF_HOST_SIM_PIPE_ID=0x70 # bit pos 0 = Switch On # bit pos 1 = Switch Off # bit pos 2 = Battery Off -# bit pos 3 = Screen On lock -# bit pos 4 = Screen off unlock +# bit pos 3 = Screen off unlock +# bit pos 4 = Screen On lock # bit pos 5 = Screen Off lock -DEFAULT_SYS_CODE_PWR_STATE=0x39 +DEFAULT_SYS_CODE_PWR_STATE=0x3B ############################################################################### \ No newline at end of file -- cgit v1.2.3