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

Commit 55bb3d9d 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

Change-Id: Ie81a57b3fa18e0ac5fdd9ca03125a0af6969c103
parents e75fab13 95e109a9
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);
};