Skip to content
Snippets Groups Projects
Commit f8a41c3a authored by VenkatRaghavan VijayaRaghavan's avatar VenkatRaghavan VijayaRaghavan Committed by Andre Eisenbach
Browse files

Resolved trace level issue for AVDTP

Root Cause: Trace messages are getting logged

When setting TRC_AVDT=5 the trace level doesn't take effect. Due to
multiple initialization points the bt_stack.conf value was overwritten

Bug: 19417758
parent 8f847611
No related branches found
No related tags found
No related merge requests found
......@@ -135,11 +135,6 @@ void AVDT_Register(tAVDT_REG *p_reg, tAVDT_CTRL_CBACK *p_cback)
avdt_scb_init();
avdt_ccb_init();
avdt_ad_init();
#if defined(AVDT_INITIAL_TRACE_LEVEL)
avdt_cb.trace_level = AVDT_INITIAL_TRACE_LEVEL;
#else
avdt_cb.trace_level = BT_TRACE_LEVEL_NONE;
#endif
/* copy registration struct */
memcpy(&avdt_cb.rcb, p_reg, sizeof(tAVDT_REG));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment