diff options
| author | anil.hiranniah <anil.hiranniah@nxp.com> | 2018-05-31 13:38:04 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-05-31 13:38:04 -0700 |
| commit | c53e1c9746cf0214f6403d7069a3b9bc405cb0cd (patch) | |
| tree | d1e1d880eef3ac66cb5f9f76e9e719cb4c562cce /halimpl | |
| parent | 775ba7e1d3998808ee833b20ddf9c482b0b733a5 (diff) | |
| parent | 3a9d9a8b76d65ff24a84c8a7ea68c5e6e236638f (diff) | |
| download | android_hardware_nxp_nfc-c53e1c9746cf0214f6403d7069a3b9bc405cb0cd.tar.gz android_hardware_nxp_nfc-c53e1c9746cf0214f6403d7069a3b9bc405cb0cd.tar.bz2 android_hardware_nxp_nfc-c53e1c9746cf0214f6403d7069a3b9bc405cb0cd.zip | |
Enable SCBR from eSE in Phone Off state am: 62c7bdd0b9
am: 3a9d9a8b76
Change-Id: Ib613b528cfdbc3bd41629b48ed1abd8f1c9b336d
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 |
