summaryrefslogtreecommitdiffstats
path: root/stack/btu
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
* replace logx with alogxMatthew Xie2012-07-141-5/+5
| | | | | | | | | | | | | | | | | Conflicts: btif/src/btif_core.c btif/src/btif_dm.c btif/src/btif_hh.c btif/src/btif_sock.c gki/ulinux/gki_ulinux.c hci/include/bt_hci_bdroid.h hci/src/bt_hci_bdroid.c hci/src/btsnoop.c hci/src/hci_h4.c hci/src/userial.c vendor/libvendor/src/hardware.c vendor/libvendor/src/upio.c
* Increased the SDP DB size to 8K as there were devices whose number ofKausik Sinnaswamy2012-07-141-12/+0
| | | | | | UUID attributes exceeded the current limit of 4K Change-Id: I10dd833eb7ffcd42fb6ccb60318921296873be95
* Added support to ensure that BT_DISCOVERY_STARTED andKausik Sinnaswamy2012-07-141-1/+1
| | | | | | | BT_DISCOVERY_STOPPED signals are sent only after receiving the status/complete event from HCI for the start_inquiry/cancel_inquiry APIs Change-Id: I14da272b3e0596c2062ce617e9dccb788cc80425
* Initial Bluedroid stack commitAndre Eisenbach2012-07-143-0/+3219