summaryrefslogtreecommitdiffstats
path: root/bta/sys
Commit message (Collapse)AuthorAgeFilesLines
* Remove hardcoded trace level settings in stack modules.YK Jeffrey Chao2012-08-241-1/+1
| | | | | | | | | | | | | BTM, BTU, and BTA modules were preset with hardcoded trace level (BT_TRACE_LEVEL_DEBUG) during early development days. Since the trace levels have been made configurable in /etc/bluetooth/bt_stack.conf at run-time, removing those hardcoded settings. So, the compile-time default trace level BT_TRACE_LEVEL_WARNING (set in bt_trace.h) will be used if the bt_stack.conf is missing, or if the TraceConf=false is given in the bt_stack.conf. Change-Id: I76d905adbfda3c40f714398da86ebec90a1a8a40
* Initial Bluedroid stack commitAndre Eisenbach2012-07-149-0/+2334