Integration of the LDAC codec for A2DP source
The codec can be used if the encoding shared library is installed on the device: libldacBT_enc.so Also, increased the maximum number of SEPs AVDT_NUM_SEPS from 3 to 6 to accomodate Sink devices that support more than 3 codecs. Test: A2DP streaming to LDAC headsets Bug: 30958229 Change-Id: I114c3e6be2ebe1ac8aece62a3146637d37cd938e
Showing
- system/include/bt_target.h 1 addition, 1 deletionsystem/include/bt_target.h
- system/stack/Android.mk 2 additions, 0 deletionssystem/stack/Android.mk
- system/stack/a2dp/a2dp_codec_config.cc 5 additions, 0 deletionssystem/stack/a2dp/a2dp_codec_config.cc
- system/stack/a2dp/a2dp_vendor.cc 77 additions, 0 deletionssystem/stack/a2dp/a2dp_vendor.cc
- system/stack/a2dp/a2dp_vendor_ldac.cc 1102 additions, 0 deletionssystem/stack/a2dp/a2dp_vendor_ldac.cc
- system/stack/a2dp/a2dp_vendor_ldac_encoder.cc 807 additions, 0 deletionssystem/stack/a2dp/a2dp_vendor_ldac_encoder.cc
- system/stack/include/a2dp_vendor_ldac.h 155 additions, 0 deletionssystem/stack/include/a2dp_vendor_ldac.h
- system/stack/include/a2dp_vendor_ldac_constants.h 53 additions, 0 deletionssystem/stack/include/a2dp_vendor_ldac_constants.h
- system/stack/include/a2dp_vendor_ldac_encoder.h 71 additions, 0 deletionssystem/stack/include/a2dp_vendor_ldac_encoder.h
Loading
Please register or sign in to comment