diff options
Diffstat (limited to 'conf/samsung/crespo4g')
-rw-r--r-- | conf/samsung/crespo4g/Android.mk | 14 | ||||
-rw-r--r-- | conf/samsung/crespo4g/bt_vendor.conf | 48 |
2 files changed, 0 insertions, 62 deletions
diff --git a/conf/samsung/crespo4g/Android.mk b/conf/samsung/crespo4g/Android.mk deleted file mode 100644 index 974e213..0000000 --- a/conf/samsung/crespo4g/Android.mk +++ /dev/null @@ -1,14 +0,0 @@ -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := bt_vendor.conf -LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth - -LOCAL_MODULE_TAGS := eng - -LOCAL_SRC_FILES := $(LOCAL_MODULE) - -include $(BUILD_PREBUILT) - diff --git a/conf/samsung/crespo4g/bt_vendor.conf b/conf/samsung/crespo4g/bt_vendor.conf deleted file mode 100644 index 0c4910c..0000000 --- a/conf/samsung/crespo4g/bt_vendor.conf +++ /dev/null @@ -1,48 +0,0 @@ -# UART device port where Bluetooth controller is attached -UartPort = /dev/s3c2410_serial0 - -# Firmware patch file location -FwPatchFilePath = /vendor/firmware/ - -# Enable/Disable debug mode of libbt-vendor.so library -# The main key turns on/off debug modes of the whole library -# valid value : true, false -EnableDebug = true - -# The sub-key to enable/disable BtSnoop logging function -# The key is masked off if EnableDebug is false -# valid value : true, false -BtSnoopLogOutput = false - -# BtSnoop log output file -BtSnoopFileName = /sdcard/btsnoop_hci.log - -# The sub-key to enable/disable trace output of main vendor lib module -# The key is masked off if EnableDebug is false -# valid value : true, false -VndDebug = false - -# The sub-key to enable/disable trace output of hardware.c module -# The key is masked off if EnableDebug is false -# valid value : true, false -HwDebug = false - -# The sub-key to enable/disable trace output of userial module -# The key is masked off if EnableDebug is false -# valid value : true, false -UserialDebug = false - -# The sub-key to enable/disable trace output of Transport (e.g. H4) module -# The key is masked off if EnableDebug is false -# valid value : true, false -HciDebug = false - -# The sub-key to enable/disable trace output of upio module -# The key is masked off if EnableDebug is false -# valid value : true, false -UpioDebug = false - -# The sub-key to enable/disable debugging in BtSnoop module -# The key is masked off if EnableDebug is false -# valid value : true, false -BtSnoopDebug = false |