diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2016-07-02 14:04:29 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-07-02 14:13:21 +0200 |
commit | 43afc97890ab12f21fa89618a906609df415203a (patch) | |
tree | 96798d6c1ca5e9c96fd43e9c94e30adf1ff3253b /bluetooth | |
parent | b9ad019f0d574e03824f909b49d2582e106ae64c (diff) | |
download | device_samsung_espressowifi-43afc97890ab12f21fa89618a906609df415203a.zip device_samsung_espressowifi-43afc97890ab12f21fa89618a906609df415203a.tar.gz device_samsung_espressowifi-43afc97890ab12f21fa89618a906609df415203a.tar.bz2 |
More cleanup, reorder files and sync with AOSP
- move CM specific defines to a seperate BoardConfigCM.mk
Change-Id: I1b00e4bef03f4553cc62dc1f5f25a417ffb00866
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/vnd_espresso.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bluetooth/vnd_espresso.txt b/bluetooth/vnd_espresso.txt deleted file mode 100644 index e487dc4..0000000 --- a/bluetooth/vnd_espresso.txt +++ /dev/null @@ -1,12 +0,0 @@ -BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyO1" -FW_PATCHFILE_LOCATION = "/vendor/firmware/" -FW_PATCH_SETTLEMENT_DELAY_MS = 50 -BTVND_DBG = FALSE -BTHW_DBG = TRUE -VNDUSERIAL_DBG = FALSE -UPIO_DBG = FALSE -SCO_USE_I2S_INTERFACE = TRUE -SCO_I2SPCM_IF_MODE = 1 -SCO_I2SPCM_IF_ROLE = 0 -SCO_I2SPCM_IF_SAMPLE_RATE = 0 -SCO_I2SPCM_IF_CLOCK_RATE = 0 |