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

Commit a57c7565 authored by JivakDhadse's avatar JivakDhadse Committed by android-build-merger
Browse files

Merge "Revert "DO NOT MERGE Proper construction of AVDTP general reject message"" into nyc-dev

am: c0811609

* commit 'c0811609':
  Revert "DO NOT MERGE Proper construction of AVDTP general reject message"

Change-Id: I180dcc5e72104217af72311be8b1eb0bb38464d4
parents d2b8f4f9 c0811609
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1661,9 +1661,9 @@ void avdt_msg_send_grej(tAVDT_CCB *p_ccb, UINT8 sig_id, tAVDT_MSG *p_params)
    p_buf->len = (UINT16) (p - p_start);

    /* stash sig, label, and message type in buf */
    p_buf->event = 0;
    AVDT_BLD_LAYERSPEC(p_buf->layer_specific, 0, p_params->hdr.label);
    AVDT_TRACE_DEBUG("avdt_msg_send_grej");
    p_buf->event = sig_id;
    AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_GRJ, p_params->hdr.label);
    AVDT_TRACE_DEBUG(__func__);

    /* queue message and trigger ccb to send it */
    fixed_queue_enqueue(p_ccb->rsp_q, p_buf);