summaryrefslogtreecommitdiff
path: root/nfc
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2013-06-10 12:29:15 -0700
committerMartijn Coenen <maco@google.com>2013-06-10 12:33:22 -0700
commit6089465a366a713e81799fb8c2f283e7a514fc0a (patch)
tree2bae929de22393f0645c6cbfca3a33bcfe8a015d /nfc
parent65edccac83cf05fe417c4d60323641e80ee14a4c (diff)
downloadflo-6089465a366a713e81799fb8c2f283e7a514fc0a.tar.gz
Flo: NFC: Disable poll for Nfc-A/Nfc-F active.
Flo has some spots where we are continously activating Nfc-A/Nfc-F as a poller, without actually establishing a stable link. Passive P2P works fine at these spots. Until we find a fix in firmware to automatically fall-back to passive, disable Nfc-A/Nfc-F poll active. Bug: 8839848 Change-Id: I31b976909056462203c8aab5f1939ce4e171c054
Diffstat (limited to 'nfc')
-rw-r--r--nfc/libnfc-brcm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfc/libnfc-brcm.conf b/nfc/libnfc-brcm.conf
index d19f7f9..3933a03 100644
--- a/nfc/libnfc-brcm.conf
+++ b/nfc/libnfc-brcm.conf
@@ -121,7 +121,7 @@ AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
# NFA_TECHNOLOGY_MASK_KOVIO 0x20
# NFA_TECHNOLOGY_MASK_A_ACTIVE 0x40
# NFA_TECHNOLOGY_MASK_F_ACTIVE 0x80
-POLLING_TECH_MASK=0xFF
+POLLING_TECH_MASK=0x3F
###############################################################################
# Force P2P to only listen for the following technology(s).