summaryrefslogtreecommitdiffstats
path: root/bluetooth
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth firmware patch file chip namePaul Kocialkowski2014-01-061-1/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* smdk4412: bluetooth: fix i2s interface configcodeworkx2012-12-131-0/+4
| | | | | | | | | | | | | old config: --i2s=1,0,0,0 ** --i2s=i2s_enable,is_master,sample_rate,clock_rate ** ** i2s_enable is 0 for disable and 1 for enable ** is_master is 0 for slave and 1 for master ** sample_rate is 0 for 8KHz, 1 for 16Khz and 2 for 4 KHz ** clock_rate is 0 for 128KHz, 1 for 256KHz, 3 for 1024 KHz and 4 for 2048 KHz Change-Id: I807da4845f65e8017cbe79bbb3a3c0267183ed6a
* bluetooth: Bring config inline with CM10Andrew Dodd2012-12-121-3/+1
| | | | | | | | | | | | | These parameters match the old --i2s params passed to brcm_patchram_plus in CM10 See device/common/libbt/include/bt_vendor_brcm.h Also see: system/bluetooth/brcm_patchram_plus/brcm_patchram_plus.c in CM10 tree, along with our hciattach params. Change-Id: I8b0b3a625f12ba3ae139b6ea5bd112c4797cde3d
* Revert "smdk4412-common: bluetooth: Disable LPM_SLEEP_MODE to prevent stack ↵Andrew Dodd2012-12-111-4/+1
| | | | | | | | | | | dying" This patch would break bluetooth power management, and should have been fixed in the kernel instead. This reverts commit be934ca33333c7f983020daa343e2cf181f7951e. Change-Id: I0fa5bcf7eb3ae3535196e1dcfe031ac04f08bebb
* smdk4412-common: bluetooth: Disable LPM_SLEEP_MODE to prevent stack dyingXpLoDWilD2012-12-111-1/+4
| | | | Change-Id: I148e0c07cef23458fb1768d8892bbe7949227934
* smdk4412: remove bt init, add bt vendor conf, enable bt-pan interfacecodeworkx2012-12-101-0/+12
Change-Id: Ifc6e0f776be4dddf32a7c5fe2f8e22ed9dfe6fae