Loading flags/hfp.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -39,16 +39,6 @@ flag { } } flag { name: "reset_after_collision" namespace: "bluetooth" description: "Reset p_scb when collision occurred and rfcomm is not opened yet" bug: "332324315" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "sink_audio_policy_handover" namespace: "bluetooth" Loading system/bta/ag/bta_ag_act.cc +1 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,7 @@ void bta_ag_rfc_acp_open(tBTA_AG_SCB* p_scb, const tBTA_AG_DATA& data) { log::warn("RFCOMM_RemoveConnection failed for {}, handle {}, error {}", dev_addr, ag_scb.conn_handle, status); } } else if (com::android::bluetooth::flags::reset_after_collision()) { } else { // As no existing outgoing rfcomm connection, then manual reset current // state, and use the incoming one bta_ag_rfc_fail(&ag_scb, tBTA_AG_DATA::kEmpty); Loading Loading
flags/hfp.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -39,16 +39,6 @@ flag { } } flag { name: "reset_after_collision" namespace: "bluetooth" description: "Reset p_scb when collision occurred and rfcomm is not opened yet" bug: "332324315" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "sink_audio_policy_handover" namespace: "bluetooth" Loading
system/bta/ag/bta_ag_act.cc +1 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,7 @@ void bta_ag_rfc_acp_open(tBTA_AG_SCB* p_scb, const tBTA_AG_DATA& data) { log::warn("RFCOMM_RemoveConnection failed for {}, handle {}, error {}", dev_addr, ag_scb.conn_handle, status); } } else if (com::android::bluetooth::flags::reset_after_collision()) { } else { // As no existing outgoing rfcomm connection, then manual reset current // state, and use the incoming one bta_ag_rfc_fail(&ag_scb, tBTA_AG_DATA::kEmpty); Loading