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

Commit 9d69dea1 authored by Jack He's avatar Jack He Committed by Android (Google) Code Review
Browse files

Merge "Revert "Set connection state to not connected while ACL is lost"" into tm-qpr-dev

parents 54bac4f2 e0952a8e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2545,9 +2545,6 @@ static void bta_dm_acl_down(const RawAddress& bd_addr,
      memset(&bta_dm_cb.device_list.peer_device[clear_index], 0,
             sizeof(bta_dm_cb.device_list.peer_device[clear_index]));
    }

    device->conn_state = BTA_DM_NOT_CONNECTED;

    break;
  }
  if (bta_dm_cb.device_list.count) bta_dm_cb.device_list.count--;