summaryrefslogtreecommitdiff
path: root/tools/hciattach_qualcomm.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use local libbluetooth includesMarcel Holtmann2015-03-011-3/+3
|
* tools: Fix compilation errors with muslSzymon Janc2014-09-241-1/+1
| | | | | | | | | | | This fix number of includes for <sys/poll.h> instead of <poll.h> CC tools/hciattach.o In file included from tools/hciattach.c:41:0: /usr/include/sys/poll.h:1:2: error: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Werror=cpp] #warning redirecting incorrect #include <sys/poll.h> to <poll.h> ^
* tools/hciattach: Fix missing includesSzymon Janc2014-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | According to writev manual one should include <sys/uio.h> to use it. This fix following warnings with bionic: external/bluetooth/bluez/tools/hciattach_tialt.c: In function 'texas_load_firmware': external/bluetooth/bluez/tools/hciattach_tialt.c:142:4: warning: implicit declaration of function 'writev' [-Wimplicit-function-declaration] target thumb C: hciattach <= external/bluetooth/bluez/tools/ hciattach_ath3k.c target thumb C: hciattach <= external/bluetooth/bluez/tools/ hciattach_qualcomm.c external/bluetooth/bluez/tools/hciattach_qualcomm.c: In function 'qualcomm_load_firmware': external/bluetooth/bluez/tools/hciattach_qualcomm.c:147:4: warning: implicit declaration of function 'writev' [-Wimplicit-function-declaration]
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
| | | | | | | | | | | | | | This reverts commit 8a03376544b046a84301847d1594f6c3674983ff. The patch needs to be split up and the gdbus/ changes were bogus compared to the original commit message. Conflicts: Makefile.am Makefile.obexd profiles/cyclingspeed/cyclingspeed.c profiles/heartrate/heartrate.c src/error.c
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
| | | | | | | | | | Instead of trying to include config.h in each file over the tree and possibly forgetting to include it, give a "-include config.h" argument to the compiler so it's guaranteed that a) it will be included for all source files and b) it will be the first header included. gdbus/ directory is left out, since it would break other projects using it.
* hciattach: Remove some unneeded includesMarcel Holtmann2012-02-261-2/+0
|
* Firmware download for Qualcomm Bluetooth devicesMatthew Wilson2010-08-231-0/+275
Configures device address from hciattach parameter. UART speed limited to 115200. Requires separate device specific firmware.