mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-09 01:38:04 -04:00
move to proprietary
This commit is contained in:
parent
aa6772b176
commit
c0b61d9a22
1694 changed files with 0 additions and 0 deletions
72
universal7570-common/proprietary/etc/bluetooth/bt_stack.conf
Normal file
72
universal7570-common/proprietary/etc/bluetooth/bt_stack.conf
Normal file
|
@ -0,0 +1,72 @@
|
|||
# Enable trace level reconfiguration function
|
||||
# Must be present before any TRC_ trace level settings
|
||||
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=2
|
||||
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_GAP=4
|
||||
TRC_BNEP=2
|
||||
TRC_PAN=2
|
||||
TRC_HID_HOST=2
|
||||
TRC_HID_DEV=2
|
||||
|
||||
# This is Log configuration for new C++ code using LOG() macros.
|
||||
# See libchrome/base/logging.h for description on how to configure your logs.
|
||||
# sample configuration:
|
||||
#LoggingV=--v=0
|
||||
#LoggingVModule=--vmodule=*/btm/*=1,btm_ble_multi*=2,btif_*=1
|
||||
|
||||
# PTS testing helpers
|
||||
|
||||
# Secure connections only mode.
|
||||
# PTS_SecurePairOnly=true
|
||||
|
||||
# Disable LE Connection updates
|
||||
#PTS_DisableConnUpdates=true
|
||||
|
||||
# Disable BR/EDR discovery after LE pairing to avoid cross key derivation errors
|
||||
#PTS_DisableSDPOnLEPair=true
|
||||
|
||||
# SMP Pair options (formatted as hex bytes) auth, io, ikey, rkey, ksize
|
||||
#PTS_SmpOptions=0xD,0x4,0xf,0xf,0x10
|
||||
|
||||
# SMP Certification Failure Cases
|
||||
# Fail case number range from 1 to 9 will set up remote device for test
|
||||
# case execution. Setting PTS_SmpFailureCase to 0 means normal operation.
|
||||
# Failure modes:
|
||||
# 1 = SMP_CONFIRM_VALUE_ERR
|
||||
# 2 = SMP_PAIR_AUTH_FAIL
|
||||
# 3 = SMP_PAIR_FAIL_UNKNOWN
|
||||
# 4 = SMP_PAIR_NOT_SUPPORT
|
||||
# 5 = SMP_PASSKEY_ENTRY_FAIL
|
||||
# 6 = SMP_REPEATED_ATTEMPTS
|
||||
# 7 = PIN generation failure?
|
||||
# 8 = SMP_PASSKEY_ENTRY_FAIL
|
||||
# 9 = SMP_NUMERIC_COMPAR_FAIL;
|
||||
#PTS_SmpFailureCase=0
|
||||
|
||||
# Enable PTS test mode for A2DP / AVRCP
|
||||
#PTS_A2dpAvrcp=true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue