OSDN Git Service

Add A2DP_DumpCodecInfo() API
authorPavlin Radoslavov <pavlin@google.com>
Wed, 2 Aug 2017 20:43:44 +0000 (13:43 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Thu, 3 Aug 2017 09:23:02 +0000 (02:23 -0700)
commit219b85f136d5cc446605af9fd4220df2f9d81e82
tree74178b054ac9e33efcc2ac808a09b4cc2943af97
parent02d1ec171fc2fc6b3cdf6cb55089c7925c391185
Add A2DP_DumpCodecInfo() API

The API can be used to display A2DP codec info when using |LOG_DEBUG|.

Test: Code compilation
Bug: 64128712
Change-Id: I04379b45f24adb7008365d38ccc8aa7f49ed4b73
(cherry picked from commit 81c2234305d4c84eb38f0d5a92605e3b42366f84)
14 files changed:
stack/a2dp/a2dp_aac.cc
stack/a2dp/a2dp_codec_config.cc
stack/a2dp/a2dp_sbc.cc
stack/a2dp/a2dp_vendor.cc
stack/a2dp/a2dp_vendor_aptx.cc
stack/a2dp/a2dp_vendor_aptx_hd.cc
stack/a2dp/a2dp_vendor_ldac.cc
stack/include/a2dp_aac.h
stack/include/a2dp_codec_api.h
stack/include/a2dp_sbc.h
stack/include/a2dp_vendor.h
stack/include/a2dp_vendor_aptx.h
stack/include/a2dp_vendor_aptx_hd.h
stack/include/a2dp_vendor_ldac.h