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

Commit be44992a 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

Change-Id: I7fd2077ffac3ad3be1ddc8c6725909129244c082
parents b1998334 3e3d670e
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);
};