diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-16 11:16:32 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-16 11:16:32 +0100 |
commit | c2bd5cd1480df97741a3ec78b6d869fec1e34f97 (patch) | |
tree | 32b409760f7152848e430313640a4c5eabebbd66 /bluetooth | |
parent | 9568c5fbd671c4ce27eafe164c6fd856db29efe5 (diff) | |
download | device_samsung_p3100-c2bd5cd1480df97741a3ec78b6d869fec1e34f97.zip device_samsung_p3100-c2bd5cd1480df97741a3ec78b6d869fec1e34f97.tar.gz device_samsung_p3100-c2bd5cd1480df97741a3ec78b6d869fec1e34f97.tar.bz2 |
p31xx: provide bluedroid config
Change-Id: Ia635dc79abfffa41475239e53d3eafa89d8ad502
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/vnd_espresso.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bluetooth/vnd_espresso.txt b/bluetooth/vnd_espresso.txt new file mode 100644 index 0000000..b17d53c --- /dev/null +++ b/bluetooth/vnd_espresso.txt @@ -0,0 +1,12 @@ +BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1" +FW_PATCHFILE_LOCATION = "/vendor/firmware/" +FW_PATCH_SETTLEMENT_DELAY_MS = 50 +UART_TARGET_BAUD_RATE = 3000000 +LPM_IDLE_TIMEOUT_MULTIPLE = 5 +BTVND_DBG = FALSE +BTHW_DBG = TRUE +VNDUSERIAL_DBG = FALSE +UPIO_DBG = FALSE +SCO_PCM_IF_CLOCK_RATE = 0 +PCM_DATA_FMT_FILL_METHOD = 3 +PCM_DATA_FMT_FILL_NUM = 3 |