1. 06 Oct, 2015 1 commit
    • Pavlin Radoslavov's avatar
      GKI cleanup - moved GKI buffer allocation wrappers to OSI · a11035b5
      Pavlin Radoslavov authored
      * Moved the following GKI buffer allocation functions to OSI:
        - GKI_getbuf() -> osi_getbuf()
        - GKI_freebuf() -> osi_freebuf()
        - GKI_get_buf_size() -> osi_get_buf_size()
      
        For now we need the osi_getbuf() / osi_freebuf() allocation wrapper,
        because we need to be able to call osi_get_buf_size() on the allocated
        buffer.
        In the future those should be replaced with osi_malloc() / osi_free().
        Currently, the osi_malloc() buffer size internal allocation tracker
       does not always track the size, hence we need the osi_getbuf() wrapper.
      
      * Replaced GKI_MAX_BUF_SIZE with BT_DEFAULT_BUFFER_SIZE
      
      * Added new file include/bt_common.h that can be usee to include
        few files that should be included alost everywhere (e.g. bt_target.h"
        NOTE: This file might be removed in the future and we should include
        everywhere the right set of header files.
      
      * Removed some of the GKI-related references
      
      * Removed file include/gki_target.h
      
      Change-Id: Ie87830e73143de200746d54235aa99f228a95024
      a11035b5
  2. 17 Jun, 2015 1 commit
    • Anubhav Gupta's avatar
      Not Implemented response for unsupported AVRCP commands. · 4508f24b
      Anubhav Gupta authored
      Ensure DUT responds as not implemented for AVRCP
      pass-through commands which are not supported by DUT.
      This gives right impression to peer device on the correct
      set of pass-thorugh commands supported by DUT.
      
      Bug: 21896912
      Change-Id: Ie10e74e2a399bb420f55c55005600c945b53bfc2
      4508f24b
  3. 16 Mar, 2015 1 commit
  4. 06 Feb, 2015 1 commit
  5. 21 May, 2014 1 commit
  6. 06 May, 2014 1 commit
  7. 13 Apr, 2014 1 commit
  8. 01 Feb, 2014 1 commit
  9. 02 Apr, 2013 2 commits
  10. 21 Mar, 2013 1 commit
  11. 28 Feb, 2013 1 commit
  12. 13 Dec, 2012 1 commit