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

Commit 87e87653 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Re-log btif/src/btif_profile_queue::btif_queue_connect_next am: bc26aef3

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1539056

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Idc224e5a8cc1179242b63f1bc408a8c9a12ad1c2
parents 52b54b02 bc26aef3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@

#include "bt_common.h"
#include "btif_common.h"
#include "main/shim/dumpsys.h"
#include "stack_manager.h"

/*******************************************************************************
@@ -192,8 +193,7 @@ bt_status_t btif_queue_connect_next(void) {

  ConnectNode& head = connect_queue.front();

  LOG_INFO("%s: executing connection request: %s", __func__,
           head.ToString().c_str());
  LOG_INFO("Executing profile connection request:%s", head.ToString().c_str());
  bt_status_t b_status = head.connect();
  if (b_status != BT_STATUS_SUCCESS) {
    LOG_INFO("%s: connect %s failed, advance to next scheduled connection.",