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

Commit 90d255bd authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "Use Real-time priority for GD HCI" am: 7040a1d0 am: 7024739d

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1905384

Change-Id: Ice48def83732a89bbaa42e91081bc054543c3059
parents f79866c8 7024739d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ void Stack::Start(ModuleList* modules) {
  LOG_INFO("%s Starting Gd stack", __func__);

  stack_thread_ =
      new os::Thread("gd_stack_thread", os::Thread::Priority::NORMAL);
      new os::Thread("gd_stack_thread", os::Thread::Priority::REAL_TIME);
  stack_manager_.StartUp(modules, stack_thread_);

  stack_handler_ = new os::Handler(stack_thread_);