summaryrefslogtreecommitdiffstats
path: root/btif
diff options
context:
space:
mode:
authorMattias Agren <magren@broadcom.com>2012-05-25 15:27:13 +0200
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:22 -0700
commit00f5bc43b14beb053a462b48e100378d34b75e19 (patch)
treeaecb3e9b042a86d4717293ca8d07f26762ffc83a /btif
parentfce3b0fa483990a8e38f9863738b8d7253421fa7 (diff)
downloadexternal_bluetooth_bluedroid-00f5bc43b14beb053a462b48e100378d34b75e19.zip
external_bluetooth_bluedroid-00f5bc43b14beb053a462b48e100378d34b75e19.tar.gz
external_bluetooth_bluedroid-00f5bc43b14beb053a462b48e100378d34b75e19.tar.bz2
Updated preferred SBC settings to only allow 44.1 khz to match the
audioflinger audiostream Change-Id: Ifd983b0fdea0dd24b21a2f3fdf3bfeeec486b63d
Diffstat (limited to 'btif')
-rw-r--r--btif/co/bta_av_co.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/co/bta_av_co.c b/btif/co/bta_av_co.c
index 7d363e0..f5c619e 100644
--- a/btif/co/bta_av_co.c
+++ b/btif/co/bta_av_co.c
@@ -56,7 +56,7 @@ const UINT8 bta_av_co_cp_scmst[BTA_AV_CP_INFO_LEN] = "\x02\x02\x00";
/* SBC codec capabilities */
const tA2D_SBC_CIE bta_av_co_sbc_caps =
{
- (A2D_SBC_IE_SAMP_FREQ_44 | A2D_SBC_IE_SAMP_FREQ_48), /* samp_freq */
+ (A2D_SBC_IE_SAMP_FREQ_44), /* samp_freq */
(A2D_SBC_IE_CH_MD_MONO | A2D_SBC_IE_CH_MD_STEREO | A2D_SBC_IE_CH_MD_JOINT | A2D_SBC_IE_CH_MD_DUAL), /* ch_mode */
(A2D_SBC_IE_BLOCKS_16 | A2D_SBC_IE_BLOCKS_12 | A2D_SBC_IE_BLOCKS_8 | A2D_SBC_IE_BLOCKS_4), /* block_len */
(A2D_SBC_IE_SUBBAND_4 | A2D_SBC_IE_SUBBAND_8), /* num_subbands */