1. 30 May, 2016 1 commit
  2. 27 May, 2016 1 commit
  3. 26 May, 2016 2 commits
  4. 25 May, 2016 2 commits
    • Jacky Cheung's avatar
      Improve config file sync during configuration save. · 3114ad62
      Jacky Cheung authored
      Add fsync() calls to force sync to disk while saving configuration
      file.  It is necessary to do a sync on the temp file before rename,
      and to sync again on its parent directory to ensure both the
      file content and the directory are up-to-date.
      
      Bug: 27354612
      
      Change-Id: I3a862ad59c8ae5beb8ea2c727eb5f275a2d5823e
      (cherry picked from commit 95dbe03a)
      3114ad62
    • Ayan Ghosh's avatar
      Limit number of SBC frames to fit into single MTU · 8bbbee16
      Ayan Ghosh authored
      - Calculate number of SBC frames to fit into single MTU for EDR capable
        remote devices. This makes sure the maximum utilization of the
        available bandwidth, keeping the bitrate at high quality.
      - This change helps to address the discrepancy seen with a few available
        2 Mbps headsets which set the AVDTP media MTU size greater than the
        2DH5 packet payload size which eventually forces AVDTP packets to get
        fragmented in the controller. This change ensures packing of the SBC
        frames in a way that AVDTP packet size fits within the 2DH5 payload
        size.
      - As packet size is restricted to meet the required bit rate more than
        one AVDTP packet can be sent to the controller in a given iteration
        based on the bit rate requirement.
      
      Bug: 24875861
      Change-Id: Icae7656ad563bbbdef65ecbfa15a89b26cf9edb2
      8bbbee16
  5. 24 May, 2016 7 commits
  6. 23 May, 2016 1 commit
  7. 19 May, 2016 3 commits
  8. 18 May, 2016 3 commits
  9. 17 May, 2016 4 commits
  10. 16 May, 2016 4 commits
  11. 13 May, 2016 4 commits
  12. 12 May, 2016 6 commits
  13. 11 May, 2016 2 commits