aboutsummaryrefslogtreecommitdiffstats
path: root/bluetooth/bt_stack.conf
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-12-22 23:36:15 +0100
committerRGIB <gibellini.roberto@gmail.com>2016-12-22 23:36:15 +0100
commit3ce2d992851c341032ec120e5a1974e60352b97f (patch)
tree73c458cc4c04a1c7ec8e86b55fbbb19089d71b11 /bluetooth/bt_stack.conf
parent1a49f83b89e904795b6488c10dd3e7fd31c63573 (diff)
downloaddevice_samsung_kona-common-3ce2d992851c341032ec120e5a1974e60352b97f.zip
device_samsung_kona-common-3ce2d992851c341032ec120e5a1974e60352b97f.tar.gz
device_samsung_kona-common-3ce2d992851c341032ec120e5a1974e60352b97f.tar.bz2
kona-common : bluetooth config files already present in smdk4412-common
Change-Id: I10c8271066bbc5aa7171fe36c86dddd191c63bb0
Diffstat (limited to 'bluetooth/bt_stack.conf')
-rw-r--r--bluetooth/bt_stack.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/bluetooth/bt_stack.conf b/bluetooth/bt_stack.conf
deleted file mode 100644
index e6f7a65..0000000
--- a/bluetooth/bt_stack.conf
+++ /dev/null
@@ -1,33 +0,0 @@
-BtSnoopConfigFromFile=false
-
-BtSnoopLogOutput=true
-
-BtSnoopFileName=/sdcard/Android/data/btsnoop_hci.log
-
-TraceConf=true
-
-# Trace level configuration
-# BT_TRACE_LEVEL_NONE 0 ( No trace messages to be generated )
-# BT_TRACE_LEVEL_ERROR 1 ( Error condition trace messages )
-# BT_TRACE_LEVEL_WARNING 2 ( Warning condition trace messages )
-# BT_TRACE_LEVEL_API 3 ( API traces )
-# BT_TRACE_LEVEL_EVENT 4 ( Debug messages for events )
-# BT_TRACE_LEVEL_DEBUG 5 ( Full debug messages )
-# BT_TRACE_LEVEL_VERBOSE 6 ( Verbose messages ) - Currently supported for TRC_BTAPP only.
-TRC_BTM=3
-TRC_HCI=2
-TRC_L2CAP=4
-TRC_RFCOMM=3
-TRC_OBEX=2
-TRC_AVCT=2
-TRC_AVDT=2
-TRC_AVRC=2
-TRC_AVDT_SCB=2
-TRC_AVDT_CCB=2
-TRC_A2D=2
-TRC_SDP=4
-TRC_GATT=2
-TRC_SMP=2
-TRC_BTAPP=4
-TRC_BTIF=4
-TRC_PROTOCOL=3