| 225f6a42 |
README: Add descriptions for configure options |
Marcel Holtmann |
13 years ago |
2 files, +66, -0 |
| 878ef74e |
README: Update list of optional dependencies |
Marcel Holtmann |
13 years ago |
1 file, +4, -3 |
| 3dd819ed |
TODO: Mark profile auto-connection upon registration as done |
Johan Hedberg |
13 years ago |
1 file, +4, -4 |
| 22ecdfbb |
core: Auto-connect new profiles if Device.Connect was called |
Johan Hedberg |
13 years ago |
1 file, +13, -3 |
| 5e227564 |
profile: Fix missing unexpected disconnection notification |
Johan Hedberg |
13 years ago |
1 file, +1, -0 |
| 864ff71b |
TODO: Update Device.Connect item status |
Johan Hedberg |
13 years ago |
1 file, +3, -3 |
| 8423e26e |
core: Fully track connected profiles |
Johan Hedberg |
13 years ago |
1 file, +27, -10 |
| 4eaa9462 |
TODO: Update profile connection tracking item |
Johan Hedberg |
13 years ago |
1 file, +3, -3 |
| dc288fc6 |
network: Fix profile connection state notifications |
Johan Hedberg |
13 years ago |
6 files, +60, -112 |
| 0819e1aa |
build: Add configure option for disabling CUPS support |
Marcel Holtmann |
13 years ago |
1 file, +4, -1 |
| 3b3c95f8 |
audio: Get rid of unneeded struct pending_request |
Johan Hedberg |
13 years ago |
4 files, +71, -92 |
| a2efd20b |
audio: Remove useless struct profile_req |
Johan Hedberg |
13 years ago |
1 file, +10, -91 |
| 95b53a22 |
input: Fix profile connection status notifications |
Johan Hedberg |
13 years ago |
5 files, +49, -124 |
| bef8a121 |
profile: Get rid of not needed btd_profile_cb define |
Johan Hedberg |
13 years ago |
5 files, +79, -90 |
| afc8cdfb |
profile: Use direct calls for profile connection states
In order to be able to track also remotely initiated connections we
cannot have a callback system where device.c passes a function pointer
to the profile implementation. Instead we need explicit calls to
device.c whenever the connection state changes. |
Johan Hedberg |
13 years ago |
8 files, +71, -77 |
| 6ba4ea63 |
hog: Rename prepend_id variable
This patch renames the hog_device prepend_id field by has_report_id
as long as it is more suitable.
This variable indicates if we should consider the report id (adding
or removing it) before sending it to device or uhid driver. |
Andre Guedes |
13 years ago |
1 file, +4, -4 |
| 4c3774af |
doc: Fix minor whitespace issues in obexd API |
Johan Hedberg |
13 years ago |
1 file, +3, -3 |
| 8bd201c1 |
sdpd-request: Fix build errors due to unaligned memory access
This fix following compilation errors on ARM.
CC src/bluetoothd-sdpd-request.o
src/sdpd-request.c: In function ‘extract_des’:
src/sdpd-request.c:186:17: error: cast increases required alignment of
target type [-Werror=cast-align]
src/sdpd-request.c:186:17: error: cast increases required alignment of
target type [-Werror=cast-align]
src/sdpd-request.c:210:17: error: cast increases required alignment of
target type [-Werror=cast-align]
src/sdpd-request.c:210:17: error: cast increases required alignment of
target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[1]: *** [src/bluetoothd-sdpd-request.o] Error 1 |
Szymon Janc |
13 years ago |
1 file, +10, -2 |
| f4ececd7 |
monitor: Fix build errors due to unaligned memory access
This fix following compilation errors on ARM.
CC monitor/hcidump.o
monitor/hcidump.c: In function ‘device_callback’:
monitor/hcidump.c:147:11: error: cast increases required alignment of
target type [-Werror=cast-align]
monitor/hcidump.c:150:10: error: cast increases required alignment of
target type [-Werror=cast-align]
monitor/hcidump.c: In function ‘stack_internal_callback’:
monitor/hcidump.c:348:9: error: cast increases required alignment of
target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[1]: *** [monitor/hcidump.o] Error 1
CC monitor/control.o
monitor/control.c: In function ‘data_callback’:
monitor/control.c:584:10: error: cast increases required alignment of
target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[1]: *** [monitor/control.o] Error 1 |
Szymon Janc |
13 years ago |
2 files, +16, -9 |
| 630d78a5 |
sap-u8500: Fix build errors due to unaligned memory access
This fix following compilation error on ARM.
CC profiles/sap/sap-u8500.o
profiles/sap/sap-u8500.c: In function recv_card_status:
profiles/sap/sap-u8500.c:323:16: error: cast increases required
alignment of target type [-Werror=cast-align]
profiles/sap/sap-u8500.c: In function recv_response:
profiles/sap/sap-u8500.c:423:12: error: cast increases required
alignment of target type [-Werror=cast-align]
cc1: all warnings being treated as errors |
Szymon Janc |
13 years ago |
1 file, +4, -4 |
| 28cf717c |
sdp: Fix build errors due to unaligned memory access
This fix following compilation errors on ARM.
CC lib/sdp.lo
lib/sdp.c: In function 'sdp_device_record_unregister_binary':
lib/sdp.c:2984:11: error: cast increases required alignment of
target type [-Werror=cast-align]
lib/sdp.c:2984:11: error: cast increases required alignment of
target type [-Werror=cast-align]
lib/sdp.c: In function 'sdp_device_record_update':
lib/sdp.c:3089:11: error: cast increases required alignment of
target type [-Werror=cast-align]
lib/sdp.c:3089:11: error: cast increases required alignment of
target type [-Werror=cast-align]
lib/sdp.c: In function 'sdp_process':
lib/sdp.c:4139:22: error: cast increases required alignment of
target type [-Werror=cast-align]
lib/sdp.c:4146:14: error: cast increases required alignment of
target type [-Werror=cast-align]
lib/sdp.c:4146:14: error: cast increases required alignment of
target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[1]: *** [lib/sdp.lo] Error 1 |
Szymon Janc |
13 years ago |
1 file, +18, -4 |
| d555301c |
build: Enable tools compilation and installation by default |
Marcel Holtmann |
13 years ago |
2 files, +8, -10 |
| 9de5c526 |
build: Add skeleton for command line client |
Marcel Holtmann |
13 years ago |
4 files, +41, -1 |
| 652229d7 |
build: Fix issue with tools dependencies |
Marcel Holtmann |
13 years ago |
1 file, +5, -5 |
| 9bb8b242 |
build: Don't require USB support to build packages |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| f0830d18 |
test: Remove outdated agent and gaptest utilities |
Marcel Holtmann |
13 years ago |
4 files, +0, -1073 |
| c909e32f |
build: Don't install main.conf anymore |
Marcel Holtmann |
13 years ago |
1 file, +0, -4 |
| df6306c5 |
core: Mention bluetoothd manual page |
Marcel Holtmann |
13 years ago |
1 file, +1, -0 |
| 3539054a |
obexd: Don't daemonize and just toggle foreground logging |
Marcel Holtmann |
13 years ago |
1 file, +1, -8 |
| f755275e |
core: Don't daemonize and just toggle foreground logging |
Marcel Holtmann |
13 years ago |
2 files, +2, -10 |
| 535f90da |
doc: Add API documentation from obexd repository |
Marcel Holtmann |
13 years ago |
3 files, +785, -0 |
| f37facb3 |
test: Add test scripts from obexd repository |
Marcel Holtmann |
13 years ago |
8 files, +876, -0 |
| 7ca701a6 |
build: Put hid2hci udev rules next to the source code |
Marcel Holtmann |
13 years ago |
4 files, +34, -36 |
| 62b1cf40 |
build: Move SAP plugin definition next to all other plugins |
Marcel Holtmann |
13 years ago |
2 files, +9, -12 |
| 93567132 |
build: Use one central place for all plugin definitions |
Marcel Holtmann |
13 years ago |
3 files, +102, -103 |
| a66050d7 |
build: Do not install libbluetooth by default |
Marcel Holtmann |
13 years ago |
2 files, +10, -1 |
| bde025b9 |
build: Add support for building Message Access profile |
Marcel Holtmann |
13 years ago |
1 file, +5, -0 |
| 7004597f |
build: Add support for building Phonebook Access profile |
Marcel Holtmann |
13 years ago |
2 files, +23, -2 |
| 93a2c454 |
build: Fix typo in udev configure statement |
Marcel Holtmann |
13 years ago |
1 file, +2, -3 |
| c52d5851 |
build: Support OBEX USB and PC-Suite plugins |
Marcel Holtmann |
13 years ago |
1 file, +10, -0 |
| dfb0d6b9 |
build: Fix 'hcitool' and 'bdaddr' compilation
Now with the addition of src/oui.c that depends on udev, these tools
should also be linked against libudev, in case libudev includes the
function udev_hwdb_new().
Build error:
CCLD tools/hcitool
CCLD tools/sdptool
CCLD tools/ciptool
CCLD tools/bccmd
src/oui.o: In function `batocomp':
/home/vinicius/work/bluez/src/oui.c:42: undefined reference to `udev_new'
/home/vinicius/work/bluez/src/oui.c:46: undefined reference to `udev_hwdb_new'
/home/vinicius/work/bluez/src/oui.c:50: undefined reference to `udev_hwdb_get_properties_list_entry'
/home/vinicius/work/bluez/src/oui.c:53: undefined reference to `udev_list_entry_get_name'
/home/vinicius/work/bluez/src/oui.c:52: undefined reference to `udev_list_entry_get_next'
/home/vinicius/work/bluez/src/oui.c:61: undefined reference to `udev_hwdb_unref'
/home/vinicius/work/bluez/src/oui.c:64: undefined reference to `udev_unref'
/home/vinicius/work/bluez/src/oui.c:56: undefined reference to `udev_list_entry_get_value'
collect2: error: ld returned 1 exit status
make[1]: *** [tools/hcitool] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2 |
Vinicius Costa Gomes |
13 years ago |
1 file, +2, -2 |
| cc9e4e7c |
build: Update configure option handling |
Marcel Holtmann |
13 years ago |
7 files, +181, -294 |
| ff983074 |
build: Always build the Wiimote plugin |
Marcel Holtmann |
13 years ago |
3 files, +0, -9 |
| 5b6fa936 |
audio: Remove non-existing struct declarations |
Johan Hedberg |
13 years ago |
1 file, +0, -3 |
| 7efc6496 |
audio: remove unused field from audio_device |
João Paulo Rechi Vita |
13 years ago |
1 file, +0, -1 |
| f2c695dd |
obexd: Build support for FTP and OBEX Push profiles |
Marcel Holtmann |
13 years ago |
1 file, +13, -0 |
| 37e9af7e |
audio: Remove more left over of headset removal |
Luiz Augusto von Dentz |
13 years ago |
2 files, +0, -8 |
| 21b00843 |
audio: Remove src and dst from struct audio_device
Those are not used anymore as addresses are takes from btd_device
reference. |
Szymon Janc |
13 years ago |
3 files, +3, -12 |
| 95a961a6 |
avrcp: Don't use audio_device src field
Use address from btd_dev reference in audio_device to get source
address. |
Szymon Janc |
13 years ago |
1 file, +8, -2 |
| 22f92e19 |
audio: Don't use audio_device src and dst in manager_find_devices
Use addresses taken from btd_dev reference in audio_device to get
device source and destination. |
Szymon Janc |
13 years ago |
1 file, +7, -2 |