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

Commit 81d630da 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

Change-Id: I31109fd5ecf404d3c8397e21fd4e561330ca9c1a
parents 9e68e645 be44992a
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);
};