Loading system/audio_hal_interface/a2dp_encoding.cc +3 −0 Original line number Original line Diff line number Diff line Loading @@ -280,6 +280,9 @@ bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { } else { } else { codec_config->peerMtu = peer_param.peer_mtu; codec_config->peerMtu = peer_param.peer_mtu; } } if (codec_config->peerMtu > MAX_3MBPS_AVDTP_MTU) { codec_config->peerMtu = MAX_3MBPS_AVDTP_MTU; } LOG(INFO) << __func__ << ": CodecConfiguration=" << toString(*codec_config); LOG(INFO) << __func__ << ": CodecConfiguration=" << toString(*codec_config); return true; return true; } } Loading Loading
system/audio_hal_interface/a2dp_encoding.cc +3 −0 Original line number Original line Diff line number Diff line Loading @@ -280,6 +280,9 @@ bool a2dp_get_selected_hal_codec_config(CodecConfiguration* codec_config) { } else { } else { codec_config->peerMtu = peer_param.peer_mtu; codec_config->peerMtu = peer_param.peer_mtu; } } if (codec_config->peerMtu > MAX_3MBPS_AVDTP_MTU) { codec_config->peerMtu = MAX_3MBPS_AVDTP_MTU; } LOG(INFO) << __func__ << ": CodecConfiguration=" << toString(*codec_config); LOG(INFO) << __func__ << ": CodecConfiguration=" << toString(*codec_config); return true; return true; } } Loading