aboutsummaryrefslogtreecommitdiff
path: root/bluetooth/bt_vendor.conf
blob: 2d4267c3427d12abec89e61b3d8a9ee6d903f0f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#######################################################################################
# Common configurations (applies to both V4L2 & non-V4L2)
#######################################################################################

# UART device port where Bluetooth controller is attached (default ttyS1)
UartPort = /dev/brcm_bt_drv
UimUartPort = /dev/ttyHS0

# Target Baudrate to change to if different from 3000000
# This entry is mandatory if using V4L2
UartBaudRate = 3000000

# Firmware patch file location (compile default /vendor/firmware)
FwPatchFilePath = /vendor/firmware

# uncomment if you want to load a specific version
FwPatchFileName = BCM43xx.hcd

# Firmware patch setttlement delay in millisec
# This entry is mandatory if using V4L2
FwPatchSettlementDelay = 100

# host/bt wake polarity to match with kernel settings
# 0: active low (negative logic)
# 1: active high (positive logic) (default)
LpmWakePolarity = 1

#######################################################################################
# Configurations specific to V4L2 based solution
#######################################################################################

# Setting this to true enables Low Power Mode (LPM) in the shared
# line discipline driver. Set this to fale if the LPM is not
# enabled or if it is handled in the platform
LpmEnable=true

# For hammerhead and grouper LPM is through bluesleep
# LPM for maguro and manta is done by UART driver itself
LpmUseBluesleep=false

# Set to true if bd address was programmed into firmware using OTP
UseControllerBdaddr=false

# Enable debugging (add values below to enable multiple options)
# enable logging in driver for init/release driver      : 1
# enable logging in driver for open                     : 2
# enable logging in driver for close                    : 4
# enable logging in driver for Tx                       : 8
# enable logging in driver for Rx                       : 16
DBG_BT_DRV = 31
DBG_LDISC_DRV = 31
DBG_FM_DRV = 31