From be1bfcea291218cb20fb1123752932da0db9e57d Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Wed, 4 Jan 2017 16:50:01 -0800 Subject: [PATCH] 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 Test: A2DP streaming to LDAC headsets Bug: 30958229 Change-Id: I53917bb3cc18630a34d39c80425cdf80a1221793 --- include/hardware/bt_av.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hardware/bt_av.h b/include/hardware/bt_av.h index 415c5277..e5f7b317 100644 --- a/include/hardware/bt_av.h +++ b/include/hardware/bt_av.h @@ -52,6 +52,7 @@ typedef enum { BTAV_A2DP_CODEC_INDEX_SOURCE_SBC = 0, BTAV_A2DP_CODEC_INDEX_SOURCE_APTX, BTAV_A2DP_CODEC_INDEX_SOURCE_APTX_HD, + BTAV_A2DP_CODEC_INDEX_SOURCE_LDAC, BTAV_A2DP_CODEC_INDEX_SOURCE_MAX,