1. 14 Jun, 2016 1 commit
  2. 11 May, 2016 1 commit
    • Jizhou Liao's avatar
      Free memory in case of error response · 5340dae8
      Jizhou Liao authored
      In case of NFC_DATA_CEVT with error response,
      p_data is allocated as p_msg from nfc_main_hal_data_cback(),
      here to free this buffer to avoid memory leak.
      
      Bug: 28181917
      Change-Id: I74bbb5c2f7956eb246b38c25a1e8c56922ee56ab
      5340dae8
  3. 25 Apr, 2016 1 commit
  4. 22 Feb, 2016 1 commit
    • Jizhou Liao's avatar
      Swap LF_T3T_FLAGS bytes for PN548 · 8dfb5021
      Jizhou Liao authored
      PN548 firmware implements LF_T3T_FLAGS in big endian.
      As NCI spec required, it should present as little endian.
      This patch is a workaround to swap LF_T3T_FLAGS byte from little endian
      to big endian.
      
      Bug: 22379408
      8dfb5021
  5. 04 Feb, 2016 3 commits
  6. 03 Feb, 2016 1 commit
    • Martijn Coenen's avatar
      Set RC=1 when only polling for T3T. · 4c888f85
      Martijn Coenen authored
      According to the NFC Forum Activity spec, controllers must:
      1) Poll with RC=0 and SC=FFFF to find NFC-DEP targets
      2) Poll with RC=1 and SC=FFFF to find T3T targets
      
      Many controllers don't do this yet, and seem to be
      activating NFC-DEP by default.
      We can at least fix the scenario where we're not interested
      in NFC-DEP, by setting RC=1 in that case. Otherwise, keep
      the default of RC=0.
      
      Change-Id: Icc27950c38bf0b0a10fc1325e85e4a526557b641
      4c888f85
  7. 22 Jan, 2016 3 commits
  8. 21 Jan, 2016 1 commit
  9. 08 Jan, 2016 3 commits
  10. 25 Nov, 2015 4 commits
  11. 24 Nov, 2015 1 commit
  12. 05 Nov, 2015 9 commits
  13. 03 Nov, 2015 7 commits
  14. 02 Nov, 2015 4 commits