diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-10 20:43:51 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-10 20:43:51 +0100 |
commit | ae51a7717f52df12b72124d526ced07854356be9 (patch) | |
tree | 8fd2b0f58fb28c04bbeee63a3078cf52feec65de /bluetooth | |
parent | a636f884edc796921edd7c58844eb8d793cfce0c (diff) | |
download | device_samsung_galaxys2-common-ae51a7717f52df12b72124d526ced07854356be9.zip device_samsung_galaxys2-common-ae51a7717f52df12b72124d526ced07854356be9.tar.gz device_samsung_galaxys2-common-ae51a7717f52df12b72124d526ced07854356be9.tar.bz2 |
galaxys2: add vendor bt conf, add bt-pan iface
Change-Id: Ida11505eaf2b4457a64a3d5c0ed6172f4e821378
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/vnd_smdk4210.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bluetooth/vnd_smdk4210.txt b/bluetooth/vnd_smdk4210.txt new file mode 100644 index 0000000..4b18989 --- /dev/null +++ b/bluetooth/vnd_smdk4210.txt @@ -0,0 +1,12 @@ +BLUETOOTH_UART_DEVICE_PORT = "/dev/ttySAC0" +FW_PATCHFILE_LOCATION = "/system/bin/" +BT_WAKE_VIA_PROC = TRUE +LPM_IDLE_TIMEOUT_MULTIPLE = 5 +BTVND_DBG = FALSE +BTHW_DBG = TRUE +VNDUSERIAL_DBG = FALSE +UPIO_DBG = FALSE +UART_TARGET_BAUD_RATE = 4000000 +FW_PATCH_SETTLEMENT_DELAY_MS = 50 +PCM_DATA_FMT_FILL_METHOD = 3 +PCM_DATA_FMT_FILL_NUM = 3 |