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

Commit fb20d074 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Explicit cast for mismatched type

Bug: 224667404
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I6e5500f6eac78eaee181748e407d347da0159ab2
parent d2ef8d7c
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;
  }