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

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

Re-log stack/acl/btm_acl::btm_acl_created am: 98b7ae06

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I618cb1ca643ecc33d3759b1fd664655fadeb5e90
parents 3f349b2c 98b7ae06
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -412,7 +412,10 @@ void btm_acl_created(const RawAddress& bda, uint16_t hci_handle,
  p_acl->reset_switch_role();
  acl_initialize_power_mode(*p_acl);

  LOG_DEBUG("Created new ACL connection");
  LOG_DEBUG(
      "Created new ACL connection peer:%s role:%s handle:0x%04x transport:%s",
      PRIVATE_ADDRESS(bda), RoleText(p_acl->link_role).c_str(), hci_handle,
      BtTransportText(transport).c_str());
  btm_set_link_policy(p_acl, btm_cb.acl_cb_.DefaultLinkPolicy());

  if (transport == BT_TRANSPORT_LE) {