OSDN Git Service

Change a TRACE_ERROR message to TRACE_DEBUG on every LE report
authorMike J. Chen <mjchen@google.com>
Mon, 19 May 2014 21:38:34 +0000 (14:38 -0700)
committerMike J. Chen <mjchen@google.com>
Tue, 20 May 2014 20:17:15 +0000 (13:17 -0700)
Change-Id: If07fdfb69dcfc0f9c983f9e4f42ee8d1bb615d1b
Signed-off-by: Mike J. Chen <mjchen@google.com>
bta/hh/bta_hh_le.c

index f2bba4a..34447a5 100644 (file)
@@ -2262,7 +2262,7 @@ void bta_hh_le_input_rpt_notify(tBTA_GATTC_NOTIFY *p_data)
     else if (p_data->char_id.char_id.uuid.uu.uuid16 == GATT_UUID_HID_BT_KB_INPUT)
         app_id = BTA_HH_APP_ID_KB;
 
-    APPL_TRACE_ERROR1("Notification received on report ID: %d", p_rpt->rpt_id);
+    APPL_TRACE_DEBUG1("Notification received on report ID: %d", p_rpt->rpt_id);
 
     /* need to append report ID to the head of data */
     if (p_rpt->rpt_id != 0)