Loading system/bta/ar/bta_ar.cc +3 −6 Original line number Diff line number Diff line Loading @@ -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) { Loading system/bta/ar/bta_ar_int.h +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
system/bta/ar/bta_ar.cc +3 −6 Original line number Diff line number Diff line Loading @@ -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) { Loading
system/bta/ar/bta_ar_int.h +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading