Logging cleanup: BTIF and APPL.
Change-Id: I5b1214642bbb4b9aecc0fd2c899a6ec2c9793286
diff --git a/bta/hh/bta_hh_api.c b/bta/hh/bta_hh_api.c
index e7672d9..58090f6 100644
--- a/bta/hh/bta_hh_api.c
+++ b/bta/hh/bta_hh_api.c
@@ -65,7 +65,7 @@
/* register with BTA system manager */
bta_sys_register(BTA_ID_HH, &bta_hh_reg);
- APPL_TRACE_ERROR0("Calling BTA_HhEnable");
+ APPL_TRACE_ERROR("Calling BTA_HhEnable");
p_buf = (tBTA_HH_API_ENABLE *)GKI_getbuf((UINT16)sizeof(tBTA_HH_API_ENABLE));
if (p_buf != NULL)
@@ -155,7 +155,7 @@
}
else
{
- APPL_TRACE_ERROR0("No resource to send HID host Connect request.");
+ APPL_TRACE_ERROR("No resource to send HID host Connect request.");
}
}
@@ -308,7 +308,7 @@
#if (defined BTA_HH_LE_INCLUDED && BTA_HH_LE_INCLUDED == TRUE)
if (p_data->layer_specific != BTA_HH_RPTT_OUTPUT)
{
- APPL_TRACE_ERROR0("ERROR! Wrong report type! Write Command only valid for output report!");
+ APPL_TRACE_ERROR("ERROR! Wrong report type! Write Command only valid for output report!");
return;
}
#endif
@@ -482,7 +482,7 @@
break;
default:
- APPL_TRACE_DEBUG1("Unknown boot report: %d", p_report[0]);;
+ APPL_TRACE_DEBUG("Unknown boot report: %d", p_report[0]);;
break;
}
}