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

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

Merge "legacy: Explicit cast for mismatched type" am: a30a1a9e am: d31459d5 am: dd950914

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

Change-Id: I254925e76f87a28a1b260f676a9d449abc68d938
parents 67391632 dd950914
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2301,7 +2301,7 @@ bool acl_refresh_remote_address(const RawAddress& identity_address,
      p_acl->active_remote_addr = rpa;
    }
  } else {
    p_acl->active_remote_addr_type = rra_type;
    p_acl->active_remote_addr_type = static_cast<tBLE_ADDR_TYPE>(rra_type);
    p_acl->active_remote_addr = rpa;
  }