Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89745bae authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

BTA_AV: Unused variable am: 3b266869 am: 61a942cc

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1443544

Change-Id: Icf274dad2c288a548b6e6b181848244ee279b437
parents 8cbc6f28 61a942cc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -533,7 +533,6 @@ static void bta_av_api_register(tBTA_AV_DATA* p_data) {
    avdtp_stream_config.cfg.psc_mask = AVDT_PSC_TRANS;
    avdtp_stream_config.media_type = AVDT_MEDIA_TYPE_AUDIO;
    avdtp_stream_config.mtu = MAX_3MBPS_AVDTP_MTU;
    avdtp_stream_config.flush_to = L2CAP_DEFAULT_FLUSH_TO;
    btav_a2dp_codec_index_t codec_index_min = BTAV_A2DP_CODEC_INDEX_SOURCE_MIN;
    btav_a2dp_codec_index_t codec_index_max = BTAV_A2DP_CODEC_INDEX_SOURCE_MAX;