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

Commit 3781c978 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:...

L2CAP ClassicLink: Don't delete channel before scheduler am: 3e3d670e am: be44992a am: 81d630da am: 95e109a9
am: 55bb3d9d

Change-Id: Ifea3b351239ed11ca129c86e9aa22346b4bf07e2
parents 35256c28 55bb3d9d
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);
};