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

Commit ed87faa2 authored by William Escande's avatar William Escande
Browse files

Ag: reset clip on close

Bug: 328841800
Fix: 328841800
Test: m .
Flag: Exempt simple variable reset
Change-Id: I39eb598e59c22ce5e3c42192a6c98c7e81297281
parent 01172369
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -403,6 +403,7 @@ void bta_ag_rfc_close(tBTA_AG_SCB* p_scb, const tBTA_AG_DATA& /* data */) {
  int i, num_active_conn = 0;

  /* reinitialize stuff */
  p_scb->clip[0] = 0;
  p_scb->conn_service = 0;
  p_scb->peer_features = 0;
  p_scb->masked_features = p_scb->features;