| aead45ba |
adapter: Convert storage aliases |
Frédéric Danis |
13 years ago |
1 file, +66, -0 |
| 27580674 |
TODO: Split completed BlueZ 5 items into a separate list for clarity |
Johan Hedberg |
13 years ago |
1 file, +28, -28 |
| de258284 |
core: Use int instead of gint |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| 54c07e30 |
core: Add connection priority to btd_profile |
Johan Hedberg |
13 years ago |
4 files, +39, -2 |
| 2d56d5e8 |
core: Fix manager_cleanup order
This patch fixes the order in which things are cleaned up in
manager_cleanup. The profiles need to be cleaned up first (since they
are higher level constructs than adapters and devices) and we cannot
remove the adapter from the manager list before calling adapter_remove
since functions within adapter_remove may remove service records which
in turn relies on having the adapter present in the manager list. |
Johan Hedberg |
13 years ago |
1 file, +3, -3 |
| 99cb1dbc |
TODO: Update with current status |
Johan Hedberg |
13 years ago |
1 file, +3, -3 |
| abf93197 |
TODO: Trivial typo fixes |
Anderson Lizardo |
13 years ago |
1 file, +5, -5 |
| af89e34f |
TODO: Add entry for runtime selection of drivers
This will allow to drop usage of symlinks to C files, which require
messing with CPPFLAGS so headers can be found by the preprocessor.
It also allows for easier testing, because it is not necessary to
rebuild BlueZ to test different drivers. |
Anderson Lizardo |
13 years ago |
1 file, +9, -0 |
| 993e52f5 |
monitor: Decode missing L2CAP signalling commands |
Marcel Holtmann |
13 years ago |
2 files, +168, -6 |
| a6fa17f9 |
monitor: Support proper ACL packet fragmentation |
Marcel Holtmann |
13 years ago |
3 files, +158, -56 |
| 1e90c0a8 |
audio: Add support for passing endpoints as custom property
This adds the possibility to pass the registered endpoints to external
components implementing the same profile. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +114, -26 |
| fce327a0 |
audio: Move to profiles directory |
Luiz Augusto von Dentz |
13 years ago |
57 files, +17070, -17070 |
| 5f8166c4 |
build: Remove gateway.c and gateway.h |
Luiz Augusto von Dentz |
13 years ago |
4 files, +0, -1122 |
| 1a694a64 |
audio: Remove code HFP and HS gateway role
This is to be replaced with external profile support. |
Luiz Augusto von Dentz |
13 years ago |
6 files, +8, -598 |
| 95c8234c |
build: Remove headset.c and headset.h |
Luiz Augusto von Dentz |
13 years ago |
4 files, +0, -2936 |
| 79c8009d |
build: Remove telephony-dummy.c |
Luiz Augusto von Dentz |
13 years ago |
2 files, +1, -453 |
| c64cb602 |
build: Remove telephony.h |
Luiz Augusto von Dentz |
13 years ago |
3 files, +1, -246 |
| e58e6726 |
build: Remove telephony-ofono.c |
Luiz Augusto von Dentz |
13 years ago |
2 files, +1, -1639 |
| 2af3af8d |
build: Remove telephony-maemo6.c |
Luiz Augusto von Dentz |
13 years ago |
2 files, +2, -2200 |
| 8a60bd0f |
build: Remove telephony-maemo5.c |
Luiz Augusto von Dentz |
13 years ago |
2 files, +2, -2104 |
| 4b64ad4b |
audio: Remove code using headset
This is to be replaced with external profile support. |
Luiz Augusto von Dentz |
13 years ago |
7 files, +9, -553 |
| 3695bebd |
audio: Remove HFP option from audio.conf
It is not in use anymore |
Luiz Augusto von Dentz |
13 years ago |
3 files, +0, -13 |
| c10de4bf |
audio: Remove HFP and HSP headset role support
The support for these profiles are intended to be external, probably directly
integrated in the telephony stack of the platform in use e.g. oFono. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +0, -502 |
| 573b2779 |
network: Fix dead assignment in connect_cb
Value stored to err_msg is never read in case err was not NULL.
Simply remove err_msg and pass strerror() directly where it is used. |
Szymon Janc |
13 years ago |
1 file, +1, -4 |
| d0224b57 |
avrcp: Fix dead assignments in ct_set_setting
Value stored in val is never read before writing it again. After
fixing val same applies to attr variable. |
Szymon Janc |
13 years ago |
1 file, +2, -2 |
| c6db4fa7 |
avctp: Fix dead assignment in control_response
Value stored to req is never read before writing it again. |
Szymon Janc |
13 years ago |
1 file, +1, -1 |
| 8bb8aa51 |
core: Fix profile UUID matching for custom fd properties |
Johan Hedberg |
13 years ago |
1 file, +4, -0 |
| f7a9ba58 |
core: Always track the device and adapter objects for ext_io |
Johan Hedberg |
13 years ago |
1 file, +8, -26 |
| 0476408b |
neard: Set device name in cache
If device existed previously, it has been removed before calling of
btd_event_remote_name(), so this just update storage cache and name
property change of device object is not emitted. |
Frédéric Danis |
13 years ago |
1 file, +3, -2 |
| 797719f6 |
core: Fix Device.Connect(Profile) error return |
Johan Hedberg |
13 years ago |
1 file, +17, -6 |
| 502c2550 |
core: Add Device.ConnectProfile method |
Johan Hedberg |
13 years ago |
1 file, +85, -16 |
| db16bed2 |
test: Add ConnectProfile and DisconnectProfile support to test-device |
Johan Hedberg |
13 years ago |
1 file, +10, -4 |
| 7400b0a6 |
core: Fix missing initialization for local_uuid for external profiles |
Johan Hedberg |
13 years ago |
1 file, +1, -0 |
| a076125d |
core: Fix remote_uuids setting for external profiles |
Johan Hedberg |
13 years ago |
1 file, +13, -1 |
| 92056d5d |
test: Fix fd_properties printing |
Johan Hedberg |
13 years ago |
1 file, +4, -1 |
| d460b07f |
core: Fix error path for external profile connect |
Johan Hedberg |
13 years ago |
1 file, +19, -2 |
| 86842030 |
core: Include remote version and features in Profile.NewConnection |
Johan Hedberg |
13 years ago |
2 files, +84, -3 |
| bd833070 |
emulator: Create server channel for LE only device |
Marcel Holtmann |
13 years ago |
4 files, +14, -1 |
| bf1299b6 |
test: Add HFP test case to test-profile |
Johan Hedberg |
13 years ago |
1 file, +58, -1 |
| 5f8e548c |
test: Print fd_properties in test-profile |
Johan Hedberg |
13 years ago |
1 file, +3, -0 |
| b3610fe1 |
core: Fix record handle type for ext_io |
Johan Hedberg |
13 years ago |
1 file, +3, -3 |
| 8a6bf096 |
gatt: Update characteristic names translation table |
Andrzej Kaczmarek |
13 years ago |
1 file, +23, -0 |
| 22364fc6 |
device: Defer write to storage
Defer write to storage using g_idle_add() to avoid multiple
open/write/close operations when device properties are changed in
sequence. |
Frédéric Danis |
13 years ago |
1 file, +22, -3 |
| 79b5b7df |
dbusoob: Create device object and return it when adding OOB data
With recent change on how new device objects are created it is no
longer possible to create device object from string with
org.bluez.Adapter interface. When adding OOB data for specified
address device object is created if it was not yet existing.
Path to object is returned in AddRemoteData to avoid need for extra
FindDevice() call on org.bluez.Adapter to get object maching specified
address. |
Szymon Janc |
13 years ago |
2 files, +29, -5 |
| 77796c9f |
build: Fix make distcheck for input plugin
suspend.c is a symlink generated at build time, therefore it should be
created on build directory. Additionally, it is necessary to add
-I$(srcdir)/profiles/input to CPPFLAGS so suspend.h can be found (the
compiler does not follow symlinks prior to resolving #include
directives). |
Anderson Lizardo |
13 years ago |
1 file, +5, -1 |
| 97451ee5 |
monitor: Add some mising AMP controller decodings |
Marcel Holtmann |
13 years ago |
2 files, +49, -2 |
| 368bf5cd |
monitor: Add missing HCI event decodings |
Marcel Holtmann |
13 years ago |
2 files, +157, -34 |
| 55eeda7a |
monitor: Decode the L2CAP create channel commands |
Marcel Holtmann |
13 years ago |
2 files, +38, -2 |
| 680a72de |
monitor: Decode commands for physical and logical links |
Marcel Holtmann |
13 years ago |
2 files, +92, -4 |
| ec1fb9ee |
monitor: Use PRIx64 instead of PRIu64 |
Marcel Holtmann |
13 years ago |
1 file, +2, -2 |