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

Commit 429352bf authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by Android Git Automerger
Browse files

am f0ff2e39: am 06be2317: Fix CTS Verifier test for insecure RFCOMM connection.

* commit 'f0ff2e39':
  Fix CTS Verifier test for insecure RFCOMM connection.
parents 546c8ff7 f0ff2e39
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -379,6 +379,9 @@ static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pc
            p_cb->handle = 0;
            p_cb->curr_sess = -1;
        }
        if (remove_server) {
            bta_jv_free_sec_id(&p_cb->sec_id);
        }
    }
    return status;
}