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

Commit 95e109a9 authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

L2CAP ClassicLink: Don't delete channel before scheduler am: 3e3d670e am: be44992a

am: 81d630da

Change-Id: If4526f8f2cf361270d4d44da71b70f44e7739017
parents 8bd509ea 81d630da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,9 +36,9 @@ class ClassicLink {

 private:
  os::Handler* handler_;
  ClassicFixedChannelAllocator fixed_channel_allocator_{handler_};
  std::unique_ptr<hci::AclConnection> acl_connection_;
  std::unique_ptr<Scheduler> scheduler_;
  ClassicFixedChannelAllocator fixed_channel_allocator_{handler_};
  DISALLOW_COPY_AND_ASSIGN(ClassicLink);
};