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

Commit f2b54247 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Remove redundant BTA_AR_DEBUG define" am: 53c0466e am: da9cc0ba

Change-Id: Ic306aeb49d9777b5f9de098b61cf217bd7051c4d
parents 1fdbcf0d da9cc0ba
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -102,13 +102,10 @@ void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback,
  } else if (sys_id == BTA_ID_AVK) {
    bta_ar_cb.p_avk_conn_cback = p_cback;
    mask = BTA_AR_AVK_MASK;
  } else {
    APPL_TRACE_ERROR("%s: the registration is from wrong sys_id:%d", __func__,
                     sys_id);
  }
#if (BTA_AR_DEBUG == TRUE)
  else {
    APPL_TRACE_ERROR(
        "bta_ar_reg_avdt: the registration is from wrong sys_id:%d", sys_id);
  }
#endif

  if (mask) {
    if (bta_ar_cb.avdt_registered == 0) {
+0 −4
Original line number Diff line number Diff line
@@ -27,10 +27,6 @@

#include "bta_av_api.h"

#ifndef BTA_AR_DEBUG
#define BTA_AR_DEBUG TRUE
#endif

#define BTA_AR_AV_MASK 0x01
#define BTA_AR_AVK_MASK 0x02