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

Commit 7024739d 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

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

Change-Id: I8f69557d76296a76c3095015a37236a0ed26f259
parents 97c9cc95 7040a1d0
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_);