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

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

Merge "le: Default to PUBLIC not RANDOM address type" into tm-dev am:...

Merge "le: Default to PUBLIC not RANDOM address type" into tm-dev am: 01e30799 am: 70bc296b am: 58ba6d3b

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



Change-Id: I83023cd92d243b842e98813996d06bfd09d4e77d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9254c548 58ba6d3b
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -2763,7 +2763,7 @@ void acl_write_automatic_flush_timeout(const RawAddress& bd_addr,
bool acl_create_le_connection_with_id(uint8_t id, const RawAddress& bd_addr) {
  tBLE_BD_ADDR address_with_type{
      .bda = bd_addr,
        .type = BLE_ADDR_RANDOM,
      .type = BLE_ADDR_PUBLIC,
  };
  gatt_find_in_device_record(bd_addr, &address_with_type);
  LOG_DEBUG("Creating le direct connection to:%s",