Loading system/bta/av/bta_av_aact.cc +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1167,6 +1167,7 @@ void bta_av_setconfig_rsp(tBTA_AV_SCB* p_scb, tBTA_AV_DATA* p_data) { } else { } else { /* we do not know the peer device and it is using non-SBC codec /* we do not know the peer device and it is using non-SBC codec * we need to know all the SEPs on SNK */ * we need to know all the SEPs on SNK */ if (p_scb->uuid_int == 0) p_scb->uuid_int = p_scb->open_api.uuid; bta_av_discover_req(p_scb, NULL); bta_av_discover_req(p_scb, NULL); return; return; } } Loading Loading
system/bta/av/bta_av_aact.cc +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1167,6 +1167,7 @@ void bta_av_setconfig_rsp(tBTA_AV_SCB* p_scb, tBTA_AV_DATA* p_data) { } else { } else { /* we do not know the peer device and it is using non-SBC codec /* we do not know the peer device and it is using non-SBC codec * we need to know all the SEPs on SNK */ * we need to know all the SEPs on SNK */ if (p_scb->uuid_int == 0) p_scb->uuid_int = p_scb->open_api.uuid; bta_av_discover_req(p_scb, NULL); bta_av_discover_req(p_scb, NULL); return; return; } } Loading