1. 12 Sep, 2016 2 commits
  2. 09 Sep, 2016 2 commits
  3. 08 Sep, 2016 2 commits
  4. 07 Sep, 2016 3 commits
  5. 06 Sep, 2016 2 commits
  6. 03 Sep, 2016 3 commits
  7. 02 Sep, 2016 8 commits
  8. 31 Aug, 2016 3 commits
    • Pavlin Radoslavov's avatar
      Cleanup in the bta/av layer · d8c312e6
      Pavlin Radoslavov authored
      * Removed unused defines and function declarations
      * Removed unused tBTA_AV_Q_INFO.vdp
      * Cleanup of some of the log messages
      
      Also:
      * Added constant AVDT_TSEP_INVALID instead of using a hard-coded value
      
      Change-Id: I9ce7b5b08dec7c9ea9699d9f6c598acb39fb105a
      d8c312e6
    • Pavlin Radoslavov's avatar
      Added A2DP codec-related APIs · 7e586262
      Pavlin Radoslavov authored
      Those APIs can be used to check various codec-related characterictics,
      and minimize the codec-specific knowledge in the rest of the code.
      
      The added APIs are:
       - A2D_GetCodecType()
       - A2D_IsCodecSupported()
       - A2D_UsesRtpHeader()
       - A2D_IsVendorCodecSupported()
       - A2D_VendorCodecGetVendorId()
       - A2D_VendorCodecGetCodecId()
       - A2D_VendorUsesRtpHeader()
      
      Also:
       - Added unit tests for the new API calls
       - Removed redundant definition of BTA_AV_CODEC_TYPE_IDX
       - Removed unused A2D_MEDIA_CT_* codec type defines
      
      Bug: 30958229
      Change-Id: Id9ab01fd93b0b0a9b55a0af9bfb482310ae0ade4
      7e586262
    • Jakub Pawlowski's avatar
      Separate advertiser from GATT client (4/4) · 67d5a252
      Jakub Pawlowski authored
      Bug: 30622771
      Change-Id: I761f0bff09aec1047bd512915960021e4fbdc0c8
      67d5a252
  9. 30 Aug, 2016 1 commit
    • Jakub Pawlowski's avatar
      Use closures in advertising related code · 5b12a83b
      Jakub Pawlowski authored
      This patch is a preparation to get rid of BTA layer for advertising, and
      for further refactoring required to keep this code maintainable.
      
      Tests: SL4A/ConcurrentBleAdvertisingTest
      Bug: 30622771
      Change-Id: I574b57159390d090b16d264d3c1fba2f07b70d4c
      5b12a83b
  10. 26 Aug, 2016 1 commit
    • Pavlin Radoslavov's avatar
      Cleanup and removed BTIF-related unused code · a62c5a30
      Pavlin Radoslavov authored
      * Removed field tBTIF_MEDIA_CB.av_sm_hdl, because it is never used
        after an assignment.
      * Removed the corresponding function btif_av_get_sm_handle() which
        is not used/needed anymore.
      * Declared btif_hf_is_call_idle() function in a new header file
        "btif_hf.h"
      * Removed tBTIF_STATUS, BTIF_SUCCESS and BTIF_ERROR_SRV_* error codes
        which are never used.
      * Removed duplicate conditional define of BTA_AV_CO_CP_SCMS_T
      * Removed unused typedef tBTA_AV_AUDIO_CODEC_INFO, and unused
        BTA_AV_CO_* defines and enums.
      
      Change-Id: I7bb49957fad94073d474fea6ea0d466f36df37fb
      a62c5a30
  11. 25 Aug, 2016 7 commits
  12. 24 Aug, 2016 6 commits