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

Commit 1ff96518 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Assign address bta_av_act::bta_av_rc_ctrl_cback"

parents 0bfde89d c63c3c41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ static void bta_av_rc_ctrl_cback(uint8_t handle, uint8_t event,
        (tBTA_AV_RC_CONN_CHG*)osi_malloc(sizeof(tBTA_AV_RC_CONN_CHG));
    p_msg->hdr.event = msg_event;
    p_msg->handle = handle;
    if (peer_addr) p_msg->peer_addr = *peer_addr;
    p_msg->peer_addr = (peer_addr) ? (*peer_addr) : RawAddress::kEmpty;
    bta_sys_sendmsg(p_msg);
  }
}