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

Commit 82b84ee2 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Re-log BTM_SetPowerMode am: 4b9c46cc am: e607b5c5

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iab674d6ff5a2c34e6e408939f1ea7917cf80f7ff
parents b104dfc3 e607b5c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -267,9 +267,9 @@ tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda,
        btm_cb.acl_cb_.pm_pend_link);
    /* command pending */
    if (acl_ind != btm_cb.acl_cb_.pm_pend_link) {
      /* set the stored mask */
      p_cb->state |= BTM_PM_STORED_MASK;
      LOG_INFO("btm_pm state stored: %d", acl_ind);
      LOG_INFO("Setting stored bitmask for peer:%s",
               PRIVATE_ADDRESS(remote_bda));
    }
    return BTM_CMD_STORED;
  }