1. 20 Dec, 2016 2 commits
  2. 19 Dec, 2016 3 commits
  3. 17 Dec, 2016 1 commit
  4. 16 Dec, 2016 1 commit
    • Jakub Pawlowski's avatar
      Refactor LE scanning HAL (3/3) · 00d69979
      Jakub Pawlowski authored
      This patch converts btgatt_scanner_interface_t struct into
      BleScannerInterface class. It also refactors three most important
      methods from this interface: RegisterAdvertiser, Scan, and Unregister.
      Rest of this interface will be updated in following patches.
      
      Bug: 30622771
      Test: sl4a BleScanApiTest
      Change-Id: I0f0ad31dab88efbcd74a11d1908b80fcb78a5c6c
      00d69979
  5. 15 Dec, 2016 6 commits
  6. 14 Dec, 2016 4 commits
    • Andre Eisenbach's avatar
      5ce31a3f
    • Jakub Pawlowski's avatar
      Fix BT stack crashing on GATT discovery · 43ce695b
      Jakub Pawlowski authored
      Bug: 33577836
      Test: manual test
      Change-Id: I3b00490cb087b6da709332c30c2e50cba9d5e1a8
      43ce695b
    • Treehugger Robot's avatar
    • Jack He's avatar
      Remove disk IO read/write blocks in AdapterService for main thread · 7eeb95b6
      Jack He authored
      * Call getSharedPreferences() asynchronously during onCreate() to cache
        preferences in memory as early as possible to prevent ANR
      * Change editor.commit() to editor.apply() in AdapterService for:
      	setPhonebookAccessPermission
      	setMessageAccessPermission
      	setSimAccessPermission
        so that these methods will return true when editor.apply() is called.
        After that call, the preference will be updated in memory so that
        following calls that use such preferences will see the change.
        However, there is a possibility that write to persistent storage will
        fail in the background which reset the preference after reboot or service
        restart. In this case, we need to call these method again.
      * Same changes in Avrcp for:
      	blackListCurrentDevice
      	resetBlackList
        In these methods, the return values for editor.commit() are already
        ignored and therefore no user-visible effect.
      
      Bug: 33382877
      Test: mannual test, connect to carkit and browse phone book
      Change-Id: I605dc00db4647f06c9fa797f272188a44f0e5724
      7eeb95b6
  7. 13 Dec, 2016 1 commit
  8. 12 Dec, 2016 5 commits
  9. 07 Dec, 2016 2 commits
  10. 06 Dec, 2016 6 commits
  11. 05 Dec, 2016 2 commits
  12. 02 Dec, 2016 1 commit
    • Marie Janssen's avatar
      JNI: style cleanup · ae15d3d4
      Marie Janssen authored
      Beginning of style cleanup:
       - no assigns in conditionals
       - move declarations closer to first use
       - replace __FUNCTION__ with __func__
       - remove unnecessary gotos
      
      Test: mma && manual sanity tests
      
      Change-Id: I7f8fca01dd57f57538b71fe7d7753fffe1de4d00
      ae15d3d4
  13. 01 Dec, 2016 6 commits