Loading system/stack/avdt/avdt_scb_act.cc +2 −3 Original line number Diff line number Diff line Loading @@ -683,8 +683,7 @@ void avdt_scb_snd_snk_delay_rpt_req(AvdtpScb* p_scb, * Returns Nothing. * ******************************************************************************/ void avdt_scb_hdl_setconfig_rsp(AvdtpScb* p_scb, UNUSED_ATTR tAVDT_SCB_EVT* p_data) { void avdt_scb_hdl_setconfig_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { tAVDT_EVT_HDR single; if (p_scb->p_ccb != NULL) { Loading Loading
system/stack/avdt/avdt_scb_act.cc +2 −3 Original line number Diff line number Diff line Loading @@ -683,8 +683,7 @@ void avdt_scb_snd_snk_delay_rpt_req(AvdtpScb* p_scb, * Returns Nothing. * ******************************************************************************/ void avdt_scb_hdl_setconfig_rsp(AvdtpScb* p_scb, UNUSED_ATTR tAVDT_SCB_EVT* p_data) { void avdt_scb_hdl_setconfig_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { tAVDT_EVT_HDR single; if (p_scb->p_ccb != NULL) { Loading