diff options
| author | George Chang <georgekgchang@google.com> | 2018-05-17 14:25:59 +0800 |
|---|---|---|
| committer | George Chang <georgekgchang@google.com> | 2018-05-17 14:39:03 +0800 |
| commit | 8547f71c13b9050f13a77731eab4b2520c94face (patch) | |
| tree | d34c2f3936d95707979725fdd21b0f0f95dd3da5 /nfc | |
| parent | b056d06e0dae43ff3994d35c67889e1f8cffc332 (diff) | |
Add Nfc Barcode (KOVIO) Support
Test: Enable/Disable, Read NFC Barcode
Bug: 79897422
Change-Id: Ia5f3d908f5e7ac6a5390f0cfdabd301bdb176894
Diffstat (limited to 'nfc')
| -rw-r--r-- | nfc/libnfc-nci.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfc/libnfc-nci.conf b/nfc/libnfc-nci.conf index 49bcac37..d80a37fd 100644 --- a/nfc/libnfc-nci.conf +++ b/nfc/libnfc-nci.conf @@ -41,7 +41,7 @@ SCREEN_OFF_POWER_STATE=1 # NFA_TECHNOLOGY_MASK_KOVIO 0x20 /* Proprietary Technology */ # NFA_TECHNOLOGY_MASK_A_ACTIVE 0x40 /* NFC Technology A active mode */ # NFA_TECHNOLOGY_MASK_F_ACTIVE 0x80 /* NFC Technology F active mode */ -POLLING_TECH_MASK=0x4F +POLLING_TECH_MASK=0x6F ############################################################################### # Force P2P to only listen for the following technology(s). |
