Marcel Holtmann
c909e32f1f
build: Don't install main.conf anymore
2012-12-10 23:35:40 +01:00
Marcel Holtmann
df6306c5d7
core: Mention bluetoothd manual page
2012-12-10 23:26:28 +01:00
Marcel Holtmann
3539054aa9
obexd: Don't daemonize and just toggle foreground logging
2012-12-10 23:16:49 +01:00
Marcel Holtmann
f755275e98
core: Don't daemonize and just toggle foreground logging
2012-12-10 23:16:20 +01:00
Marcel Holtmann
535f90da9b
doc: Add API documentation from obexd repository
2012-12-10 23:03:24 +01:00
Marcel Holtmann
f37facb3bd
test: Add test scripts from obexd repository
2012-12-10 23:01:18 +01:00
Marcel Holtmann
7ca701a612
build: Put hid2hci udev rules next to the source code
2012-12-10 22:56:05 +01:00
Marcel Holtmann
62b1cf40d5
build: Move SAP plugin definition next to all other plugins
2012-12-10 22:48:44 +01:00
Marcel Holtmann
9356713283
build: Use one central place for all plugin definitions
2012-12-10 22:44:54 +01:00
Marcel Holtmann
a66050d7f4
build: Do not install libbluetooth by default
2012-12-10 22:34:47 +01:00
Marcel Holtmann
bde025b912
build: Add support for building Message Access profile
2012-12-10 22:06:22 +01:00
Marcel Holtmann
7004597f9f
build: Add support for building Phonebook Access profile
2012-12-10 22:01:03 +01:00
Marcel Holtmann
93a2c454bc
build: Fix typo in udev configure statement
2012-12-10 22:01:03 +01:00
Marcel Holtmann
c52d585169
build: Support OBEX USB and PC-Suite plugins
2012-12-10 22:01:03 +01:00
Vinicius Costa Gomes
dfb0d6b93d
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
2012-12-10 22:37:17 +02:00
Marcel Holtmann
cc9e4e7cae
build: Update configure option handling
2012-12-10 21:32:51 +01:00
Marcel Holtmann
ff983074f8
build: Always build the Wiimote plugin
2012-12-10 21:32:51 +01:00
Johan Hedberg
5b6fa93632
audio: Remove non-existing struct declarations
2012-12-10 21:59:26 +02:00
João Paulo Rechi Vita
7efc6496a2
audio: remove unused field from audio_device
2012-12-10 21:56:01 +02:00
Marcel Holtmann
f2c695dd1d
obexd: Build support for FTP and OBEX Push profiles
2012-12-10 14:39:49 +01:00
Luiz Augusto von Dentz
37e9af7e60
audio: Remove more left over of headset removal
2012-12-10 14:44:30 +02:00
Szymon Janc
21b0084397
audio: Remove src and dst from struct audio_device
...
Those are not used anymore as addresses are takes from btd_device
reference.
2012-12-10 14:44:30 +02:00
Szymon Janc
95a961a62e
avrcp: Don't use audio_device src field
...
Use address from btd_dev reference in audio_device to get source
address.
2012-12-10 14:44:30 +02:00
Szymon Janc
22f92e198a
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.
2012-12-10 14:44:30 +02:00
Szymon Janc
03355824f1
avdtp: Don't use audio_device src and dst fields in avdtp_confirm_cb
...
There is already src and dst available from bt_io.
2012-12-10 14:44:29 +02:00
Szymon Janc
8eff0b1d5a
avctp: Don't use audio_device src and dst in avctp_control_confirm
...
Use src and dst addresses from btd_dev reference.
2012-12-10 14:44:29 +02:00
Szymon Janc
0e4651f506
avctp: Convert avctp_get to accept audio_device
...
Use addresses taken from btd_dev reference in audio_device to get
session source and destination.
2012-12-10 14:44:29 +02:00
Szymon Janc
2cdebb2699
avctp: Convert avctp_connect to accept audio_device
...
Use addresses taken from btd_dev reference in audio_device to get
session source and destination.
2012-12-10 14:44:29 +02:00
Szymon Janc
0f615355d3
avdtp: Convert avdtp_is_connected to accept audio_device
...
Use addresses taken from btd_dev reference in audio_device to get
session source and destination.
2012-12-10 14:44:29 +02:00
Szymon Janc
f7b45bd851
avdtp: Convert avdtp_get to accept audio_device
...
Use addresses taken from btd_dev reference in audio_device to get
session source and destination.
2012-12-10 14:44:28 +02:00
Luiz Augusto von Dentz
d3f7aff137
build: Remove left over of gstreamer removal
2012-12-10 14:42:15 +02:00
Johan Hedberg
6614adac29
core: Remove unused adapter off_timer variable
2012-12-10 13:52:29 +02:00
Johan Hedberg
28727a872a
core: Remove unused adapter powered callbacks feature
2012-12-10 13:44:15 +02:00
Johan Hedberg
99d82343a4
core: Remove useless bt_hci_result_t typedef
2012-12-10 13:42:25 +02:00
Johan Hedberg
cd85ab7185
core: Remove useless btd_adapter_enable_auto_connect function
2012-12-10 13:41:14 +02:00
Johan Hedberg
73203d3763
core: Remove useless adapter_powering_down function
2012-12-10 13:39:58 +02:00
Johan Hedberg
ef58238f06
core: Remove useless adapter_any_get_path function
2012-12-10 13:39:08 +02:00
Johan Hedberg
9169c9335d
core: Remove useless adapter_has_discov_sessions function
2012-12-10 13:36:17 +02:00
Johan Hedberg
c1c0390313
core: Remove useless device_is_creating function
2012-12-10 13:28:46 +02:00
Johan Hedberg
9f1fcaca7c
device: Merge device_create_bonding() into pair_device()
2012-12-10 13:25:35 +02:00
Johan Hedberg
e88af9e237
core: Make device_create_bonding private to device.c
2012-12-10 13:22:26 +02:00
Johan Hedberg
339f267c1b
core: Remove unused device_is_busy function
2012-12-10 13:16:53 +02:00
Johan Hedberg
405c68c6dc
core: Pass explicit address type info when creating device objects
2012-12-10 13:13:24 +02:00
Johan Hedberg
5f504d7743
core: Make device_browse_primary and device_browse_sdp private
...
These functions are not needed outside of device.c so make them private.
There is however an unfortunate circular dependency which mandates
forward declarations: dev_connect may need to discover services and upon
completion the dev_connect sequence needs to be retried.
2012-12-10 12:49:34 +02:00
Johan Hedberg
884966ad8d
TODO: All deprecated APIs are already gone
2012-12-10 10:58:23 +02:00
Marcel Holtmann
cc5455ef28
core: Set LimitNPROC and CapabilityBoundingSet options
2012-12-10 01:25:02 +01:00
Marcel Holtmann
0ee79c66cb
core: Add options for systemd status notification and watchdog
2012-12-10 01:13:11 +01:00
Marcel Holtmann
822f9a3be4
core: Add support for systemd watchdog handling
2012-12-10 01:11:34 +01:00
Marcel Holtmann
93e6da1fa4
core: Provide implementation for sd_notify helper
2012-12-10 01:10:40 +01:00
Marcel Holtmann
658196b2a5
build: Always generate bluetooth.service file
2012-12-10 00:05:50 +01:00