diff options
| author | anil.hiranniah <anil.hiranniah@nxp.com> | 2018-05-28 14:46:24 +0530 |
|---|---|---|
| committer | Anil Hiranniah <anil.hiranniah@nxp.com> | 2018-05-31 04:15:13 +0000 |
| commit | 62c7bdd0b95703057a5d93c69addae1a1b1b884d (patch) | |
| tree | fcebfaab904b17796d436342e0cf66ea4bbcded8 /halimpl | |
| parent | e112220d5d841495006781a919cd5b245ea1d713 (diff) | |
| download | android_hardware_nxp_nfc-62c7bdd0b95703057a5d93c69addae1a1b1b884d.tar.gz android_hardware_nxp_nfc-62c7bdd0b95703057a5d93c69addae1a1b1b884d.tar.bz2 android_hardware_nxp_nfc-62c7bdd0b95703057a5d93c69addae1a1b1b884d.zip | |
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
Diffstat (limited to 'halimpl')
| -rwxr-xr-x | halimpl/libnfc-nxp-PN81B_example_NCI2_0.conf | 6 | ||||
| -rwxr-xr-x | halimpl/libnfc-nxp-PN81T_example_NCI2_0.conf | 6 |
2 files changed, 6 insertions, 6 deletions
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 |
