1. 08 Aug, 2015 1 commit
  2. 07 Aug, 2015 1 commit
    • Satya Calloji's avatar
      Allocate large enough buffers when copying AVRC packets · 8d88b1b7
      Satya Calloji authored
      AVRC response is created by copying the original received packet.
      When allocating a buffer for the response, the buffer length
      should be large enough to contain the response.
      
      Bug: 22437809
      Change-Id: I862d633e76d3c5221582459f19935a45e53577c7
      8d88b1b7
  3. 06 Aug, 2015 1 commit
  4. 05 Aug, 2015 2 commits
  5. 04 Aug, 2015 6 commits
  6. 31 Jul, 2015 2 commits
  7. 30 Jul, 2015 2 commits
    • Pavlin Radoslavov's avatar
      am efa5991f: Fix a NULL-pointer crash · 8bcdbb96
      Pavlin Radoslavov authored
      * commit 'efa5991f':
        Fix a NULL-pointer crash
      8bcdbb96
    • Pavlin Radoslavov's avatar
      Fix a NULL-pointer crash · efa5991f
      Pavlin Radoslavov authored
      It seems that the current implementation of btm_sec_encrypt_change()
      does not handle the case when it is called with an invalid handle,
      such as inside file btu_hcif.c :
      
        case HCI_SET_CONN_ENCRYPTION:
          /* Device refused to start encryption. ... */
          btm_sec_encrypt_change(BTM_INVALID_HCI_HANDLE, ...)
      
      Bug: 22791224
      
      Change-Id: Ide9404d0c82819399cf258ae3f90c25b352f1e20
      efa5991f
  8. 29 Jul, 2015 8 commits
  9. 28 Jul, 2015 2 commits
  10. 27 Jul, 2015 6 commits
  11. 24 Jul, 2015 2 commits
  12. 23 Jul, 2015 2 commits
  13. 22 Jul, 2015 5 commits