- 26 Jun, 2014 2 commits
-
-
Sherry Smith authored
Change-Id: Ie0291c461c458205949975ae42e325d07bdd98b3
-
Evan Chu authored
Clearing the CNfcConfig object allows the object to re-read the .conf when Broadcom HAL is initialized again. Therefore, when user turns off and turns on NFC using the Settings app, the .conf is re-read. Change-Id: I9a2bb18d1bb7b0e4fc70bee611ff4fc34d515f64
-
- 05 Jun, 2014 1 commit
-
-
Paul Chaisson authored
Handle Transmission error during NDEF Read operation of a T2t that we wake up from the HALT state. Change-Id: I4494b75edda176baeb4745fb9ea6af81a15fdd7d
-
- 04 Jun, 2014 1 commit
-
-
Martijn Coenen authored
NCI assumes a perfect transport link, but sometimes reality catches up...and you need to abort :-) Change-Id: Ic198c3c64aabe0942c18ec512636690393cd41e4
-
- 19 May, 2014 22 commits
-
-
Martijn Coenen authored
- We're still using the old kernel driver on our B3 devices; adapt code accordingly. - We should sleep at least 200ms after address change. This will be modified upstream also. Change-Id: I9c3a14982c85d4f2dee02dd9134640c73761a517
-
Paul Chaisson authored
Double file close issue resolved. Change-Id: I2ad69ca8911f7d9cbdc344c3f1dfcb0033b8db87
-
Sherry Smith authored
When a Mifare Desfire tag is identified, perform RF-deactivate to sleep, then RF-select ISO-DEP interface to re-activate the tag, even the current interface is already ISO-DEP. The above operation puts the tag in the right mode to accept native Desfire commands, not just NFC Forum commands. This patch fixes a problem where data from the tag is received by the stack, but the stack does not emit NFA_DATA_EVT. Change-Id: If347353cdd03902a2faf9bad404eece90e1e32c0
-
Evan Chu authored
Let .conf file variable DEVICE_HOST_WHITE_LIST to configure device host's HCI whitelist. The variable contains an array of HCI host ID's. See specification ETSI TS 102 622 V11.1.10 (2012-10), section 6.1.3.1. Change-Id: I20de46226713755789c7a64eb9d3b8393cfccf25
-
Prasad Karuppasamy authored
Stack adds fields in tNFA_HCI_CFG structure to allow configuration of a whitelist of HCI hosts. Change-Id: I4d113f493a8dd44a210addef03d331a7cbf61e1f
-
Paul Chaisson authored
-
Sherry Smith authored
Change-Id: Id02e7057c6b5efd86ad9f835e189af616945d348
-
Evan Chu authored
Support new .conf variable XTAL_PARAMS_CFG to configure custom crystal frequency. Variable XTAL_PARAMS_CFG is used if and only if variable XTAL_FREQ_INDEX=0xFF. Change-Id: I21112677f6e1109f9b6f23df51c819f5febd3bdd
-
Sherry Smith authored
Change-Id: Ia5bbac5fb916243bfe66ea0554d583156dfad1d2
-
Evan Chu authored
Let .conf variable NFA_MAX_EE_SUPPORTED determine how many secure element to discover. If the variable is undefined, then stack automatically discovers all secure element. Change-Id: I752a952aa023d7dbb86b7511bc435b9f6a8c7b49
-
Sherry Smith authored
When JNI calls NFA_EeUpdateNow() to adjust the routing table, JNI shall wait for NFA_EE_LMP_UPDATED_EVT completion event. Change-Id: I28f6185fa725c9de8cb94e60725b7b5410a2e37b
-
Sherry Smith authored
Change-Id: I3de773da3ac994cb6cfcd71e50ba57d1831b2759
-
Sherry Smith authored
Change-Id: If2892aec1a2f9c15ac3dd7bb4506ee7840758e73
-
Sherry Smith authored
Change-Id: I7affdce1d091863c377de07eed60b4434c4c83ff
-
Sherry Smith authored
Change-Id: I327061a568a8910cb17714e194e1c50cb7869390
-
Paul Chaisson authored
The JNI layer is going to do a Set Mode on any Connected/Inactive EE and we need to get and NFA_EE_DISCOVER_REQ_EVT event with the EE info during initialization. Change-Id: I4c185b1afdfe90b98f42bc9900729a57666b8f19
-
Paul Chaisson authored
The original implementation reset the flag anytime we initialized the HAL (e.g. even to just check/download the firmware). We moved the reset of the flag to HaiGetMaxNfcee, which will only get called when the stack is to initialize the EE for the first time. Change-Id: I2cfbbf30be02fced5f942dae90fd9a1b6cd0bdf1
-
Sherry Smith authored
Change-Id: I5731b9426d0db11287a6da35784042be611a363e
-
Paul Chaisson authored
Port changes from stack to add check for exceeding the number of supported routing entries. Increased number of routing entries to 32. Change-Id: I6ffc72e186fa6ecd972cda821694ea36af6a912f
-
Evan Chu authored
Delete non-volatile storage file for NFCEE ID 0xF5, which corresponds to UICC slot 2 on chip 20795. Change-Id: I1ad2016f93af4fda42c8b6e44672cc39529cb09e
-
Evan Chu authored
Take code from NFCA_MI_430.10.00.07. Additional changes include: * Adjust copyright. * Clean up stack and HAL diagnostic tracing. * Fix ce_t4t_data_cback() in src/nfc/tags/ce_t4t.c in order to let HCE payment to work. * Reduce compilation warnings. Change-Id: I7b174229029d4a4955ff7750623e78c9a8c856f6
-
Evan Chu authored
No code change. Change-Id: Id868ad0356f9b5a43c887de7a3b596bb86be9026
-
- 08 Apr, 2014 7 commits
-
-
Martijn Coenen authored
* commit '46abb3dc': Fix up pthread_cond_timedwait.
-
Martijn Coenen authored
-
Martijn Coenen authored
* commit '132e8137': nfc: replace pthread_cond_timedwait_monotonic_np
-
Martijn Coenen authored
pthread_cond_timedwait_monotonic{_np} is deprecated, use pthread_condattr_setclock instead. Change-Id: Icdeaa52c3b1673f3109795ef81dc9e6b9e2bcd4c
-
Martijn Coenen authored
-
Colin Cross authored
pthread_cond_timedwait_monotonic_np is deprecated, use pthread_condattr_setclock to wait on CLOCK_MONOTONIC instead. Change-Id: Idc620959bb8390bef0e2d8a4888e3431153ca641
-
Colin Cross authored
pthread_cond_timedwait_monotonic_np is deprecated, use pthread_condattr_setclock to wait on CLOCK_MONOTONIC instead. Change-Id: Idc620959bb8390bef0e2d8a4888e3431153ca641
-
- 28 Feb, 2014 4 commits
-
-
Martijn Coenen authored
-
Martijn Coenen authored
-
Martijn Coenen authored
-
Martijn Coenen authored
pthread_cond_timedwait_monotonic() is going away in LP64. Use the POSIX standard for now, and use pthread_condattr_setclock() when it becomes available to set clock spec to MONOTONIC. Also fixed some other small build warnings/errors. Change-Id: Ic192299b157529fa3f74dba521f038b8b99206bf
-
- 27 Feb, 2014 2 commits
-
-
Martijn Coenen authored
Increase max num NFCEEs. Change-Id: Icb41202a30cc34070411ab5ae3d2767c118dfc28
-
Paul Chaisson authored
Change-Id: Ied6ec2f2d0d36bf573305ed9c4ab7a29cc0be237
-
- 28 Jan, 2014 1 commit
-
-
Colin Cross authored
-