1. 29 Dec, 2016 3 commits
  2. 23 Dec, 2016 2 commits
  3. 20 Dec, 2016 4 commits
  4. 19 Dec, 2016 4 commits
  5. 17 Dec, 2016 1 commit
  6. 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
  7. 15 Dec, 2016 6 commits
  8. 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
  9. 13 Dec, 2016 1 commit
  10. 12 Dec, 2016 5 commits
  11. 07 Dec, 2016 2 commits
  12. 06 Dec, 2016 6 commits
  13. 05 Dec, 2016 1 commit