From d4abde60fd151f81cf464abe405ba7919a772988 Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Mon, 1 Oct 2012 09:55:01 -0700 Subject: Manta: NFC: Disable 424 active in listen mode. Doesn't interop well with existing NFC devices in the market (Android Beam cutting out). Also removed bogus LPTD config. Bug: 7261635 Change-Id: Ia98b192cffc88d4aea874bd97505a809e0c7308f --- nfc/libnfc-brcm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nfc') diff --git a/nfc/libnfc-brcm.conf b/nfc/libnfc-brcm.conf index 995978d..aee153f 100644 --- a/nfc/libnfc-brcm.conf +++ b/nfc/libnfc-brcm.conf @@ -93,7 +93,7 @@ NFC_WAKE_DELAY=20 # byte[2-n] are the LPTD parameters. # By default, LPTD is enabled and default settings are used. # See nfa_dm_brcm_cfg.c for defaults -LPTD_CFG={21:00:02:FF:FF:80:40:00:40:00:80:00:00:10:00:00:00:71:0D:2C:00:00:00:00:00:00:00:00:00:00:00:00:00:00} +LPTD_CFG={00:00:02:FF:FF:80:40:00:40:00:80:00:00:10:00:00:00:71:0D:2C:00:00:00:00:00:00:00:00:00:00:00:00:00:00} ############################################################################### # Startup Configuration (100 bytes maximum) @@ -202,7 +202,7 @@ POLLING_TECH_MASK=0xDF # The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. # Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_F | # NFA_TECHNOLOGY_MASK_A_ACTIVE | NFA_TECHNOLOGY_MASK_F_ACTIVE -P2P_LISTEN_TECH_MASK=0xC5 +P2P_LISTEN_TECH_MASK=0x45 ############################################################################### # This setting allows you to disable registering the T4t Virtual SE that causes -- cgit v1.2.3