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

Commit 49487410 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: Re-log stack/acl/btm_acl::acl_create_le_connection_with_id" am: c246249a

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

Change-Id: Ic8ee0e0fda671790ce3f64c072e6891508679fa8
parents 66b579ac c246249a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2791,8 +2791,8 @@ bool acl_create_le_connection_with_id(uint8_t id, const RawAddress& bd_addr) {
        .type = BLE_ADDR_RANDOM,
    };
    gatt_find_in_device_record(bd_addr, &address_with_type);
    LOG_DEBUG("Creating le connection to:%s",
              address_with_type.ToString().c_str());
    LOG_DEBUG("Creating le direct connection to:%s",
              PRIVATE_ADDRESS(address_with_type));
    bluetooth::shim::ACL_AcceptLeConnectionFrom(address_with_type,
                                                /* is_direct */ true);
    return true;