1. 29 Jun, 2016 1 commit
    • Andre Eisenbach's avatar
      Log RSSI when A2DP buffers are flushed · ade5776f
      Andre Eisenbach authored
      To add another datapoint and potentially narrow down *why* we had to
      flush the buffers, add RSSI logging to keep track of signal strength
      during audio drop-out events.
      
      Change-Id: Ie52f56290951130165a9f375a898a9bacf459d55
      ade5776f
  2. 27 Jun, 2016 2 commits
  3. 24 Jun, 2016 5 commits
  4. 23 Jun, 2016 2 commits
  5. 22 Jun, 2016 4 commits
  6. 21 Jun, 2016 2 commits
  7. 20 Jun, 2016 2 commits
    • Matadeen Mishra's avatar
      L2CAP: Handle invalid HCI packets · 2e456265
      Matadeen Mishra authored
      am: 92e0f19f
      
      Change-Id: I3df89a1a7933976c30ab3cdf4851149bc128d839
      2e456265
    • Matadeen Mishra's avatar
      L2CAP: Handle invalid HCI packets · 92e0f19f
      Matadeen Mishra authored
      - Handled Buffer over flow for uint16_t
      - Discard invalid HCI packets from Codenomican test
        tool as data length and actual data not matching
        during reassembly
      
      Use case:
      Execute L2CAP test suit from Defensics Codenomican
      
      Steps:
      1. Pair and connect DUT to Codenomican tool
      2. Execute L2CAP test suit from Defensics Codenomican
      
      Failure:
      Crash observed on DUT and Codenomican tool stuck in execution.
      
      Root cause:
      Codenomican tool sending invalid HCI packets to DUT and
      there are no checks to handle buffer over flow and other invalid data
      from Codenomican tool.
      
      Bug: 29498064
      Change-Id: I6f93c80244fc39d607ad285185136bbbca83d7ae
      92e0f19f
  8. 17 Jun, 2016 2 commits
  9. 15 Jun, 2016 4 commits
  10. 14 Jun, 2016 8 commits
  11. 13 Jun, 2016 1 commit
  12. 11 Jun, 2016 1 commit
  13. 10 Jun, 2016 1 commit
    • Jakub Pawlowski's avatar
      HOGP: Clear pending operations for a given device on disconnect · 22fc3825
      Jakub Pawlowski authored
      If there are any GATT operations interrupted by a disconnect, mark the
      device as no longer executing. Otherwise we'll stil receive data from
      the device, but we'll be unable to send any HID commands to it.
      
      Bug: 29184976
      Change-Id: I489f41c970abad0ff1145005d3250beafa83d27e
      22fc3825
  14. 09 Jun, 2016 3 commits
  15. 08 Jun, 2016 2 commits