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

Commit d50aecf7 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

linux build fix

Change-Id: Ibec71d18e664f575f73a472b7a522e87c3a1efa8
parent 5db07990
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1462,7 +1462,7 @@ void bta_av_sig_chg(tBTA_AV_DATA *p_data)
                    /* If the device is a A2DP source, disconnect the AVDT connection */
                    if ((avdt_tsep_type == AVDT_TSEP_SRC) && (p_data->hdr.offset == AVDT_ACP))
                    {
                        LOG_INFO("%s disconnecting invalid A2DP source to A2DP source connection.", __func__);
                        LOG_INFO(LOG_TAG, "%s disconnecting invalid A2DP source to A2DP source connection.", __func__);
                        AVDT_DisconnectReq(p_data->str_msg.bd_addr, NULL);
                        return;
                    }