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

Commit 1a770e25 authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

Merge "Do not clear post_soc when close RFCOMM"

parents 85ee0fed 15652212
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -373,7 +373,6 @@ void bta_ag_rfc_close(tBTA_AG_SCB* p_scb,
  p_scb->codec_fallback = false;
  p_scb->codec_msbc_settings = BTA_AG_SCO_MSBC_SETTINGS_T2;
  p_scb->role = 0;
  p_scb->post_sco = BTA_AG_POST_SCO_NONE;
  p_scb->svc_conn = false;
  p_scb->hsp_version = HSP_VERSION_1_2;
  bta_ag_at_reinit(&p_scb->at_cb);