You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
575 B
22 lines
575 B
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
|
|
FW_PATCHFILE_LOCATION = "/vendor/firmware/"
|
|
UART_TARGET_BAUD_RATE = 3000000
|
|
LPM_IDLE_TIMEOUT_MULTIPLE = 5
|
|
SCO_USE_I2S_INTERFACE = FALSE
|
|
SCO_I2SPCM_IF_MODE = 0
|
|
SCO_I2SPCM_IF_ROLE = 0
|
|
SCO_I2SPCM_IF_SAMPLE_RATE = 0
|
|
SCO_I2SPCM_IF_CLOCK_RATE = 4
|
|
SCO_I2SPCM_IF_CLOCK_RATE4WBS = 4
|
|
SCO_PCM_ROUTING = 0
|
|
SCO_PCM_IF_CLOCK_RATE = 4
|
|
SCO_PCM_IF_FRAME_TYPE = 0
|
|
SCO_PCM_IF_SYNC_MODE = 0
|
|
SCO_PCM_IF_CLOCK_MODE = 0
|
|
BTVND_DBG = FALSE
|
|
BTHW_DBG = FALSE
|
|
VNDUSERIAL_DBG = FALSE
|
|
UPIO_DBG = FALSE
|
|
BT_WAKE_VIA_PROC = TRUE
|
|
PROC_BTWRITE_TIMER_TIMEOUT_MS = 700
|