| e2899016 |
build: Move EXTRA_DIST for systemd files into same location |
Marcel Holtmann |
13 years ago |
1 file, +2, -2 |
| 1bbe30a9 |
test: Update to new org.bluez.obex service name |
Marcel Holtmann |
13 years ago |
7 files, +17, -17 |
| 7a76bc0d |
doc: Service name changed from org.bluez.obex.client to org.bluez.obex |
Marcel Holtmann |
13 years ago |
1 file, +10, -10 |
| cc6cd08e |
obexd: Use /org/bluez/obex as root path |
Marcel Holtmann |
13 years ago |
2 files, +2, -2 |
| 45900132 |
obexd: Use a single bus name for obexd and obex-client |
Marcel Holtmann |
13 years ago |
2 files, +7, -9 |
| 403eeaa6 |
build: Use single section for all obexd sources |
Marcel Holtmann |
13 years ago |
1 file, +14, -16 |
| 3bd63f72 |
monitor: Include flow control lag feature bits |
Marcel Holtmann |
13 years ago |
1 file, +3, -0 |
| 6ab46536 |
monitor: Highlight unknown feature bits and event masks |
Marcel Holtmann |
13 years ago |
1 file, +9, -3 |
| b14070cf |
client: Print message when pairing attempt is in progress |
Marcel Holtmann |
13 years ago |
1 file, +2, -0 |
| 3a3074ac |
client: Add support for providing agent capability |
Marcel Holtmann |
13 years ago |
3 files, +39, -14 |
| 0960fd39 |
core: Check for valid agent capability |
Marcel Holtmann |
13 years ago |
1 file, +2, -0 |
| 731a3f16 |
client: Add support for request authorization callbacks |
Marcel Holtmann |
13 years ago |
1 file, +22, -0 |
| e2871fd8 |
client: Handle legacy pairing and input of PIN codes |
Marcel Holtmann |
13 years ago |
1 file, +46, -7 |
| d3e63263 |
core: Only force SSP and LE setting through the initial read_info |
Johan Hedberg |
13 years ago |
1 file, +8, -14 |
| 91c50f7f |
obexd: Merge obex-client into obexd daemon |
Johan Hedberg |
13 years ago |
4 files, +10, -206 |
| 093d96a5 |
adapter: Remove DevicesFound signal
ObjectManager reports the D-Bus interfaces of all known devices,
including the ones detected during discovery. Therefore this signal is
not required. |
Mikel Astiz |
13 years ago |
2 files, +4, -111 |
| 21f71192 |
core: Remove DisablePlugins main.conf entry
The plugins can still be disabled through the -P command line switch. |
Johan Hedberg |
13 years ago |
4 files, +9, -33 |
| bc06a970 |
hog: Fix removing HoG device bug
We should remove only hog_devices from the given btd_device.
Otherwise, all hog_devices will be removed. |
Andre Guedes |
13 years ago |
1 file, +8, -2 |
| e89886ac |
hog: Refactor hog init and exit functions
This patch simply renames hog_manager_init and hog_manager_exit
functions to hog_init and hog_exit. |
Andre Guedes |
13 years ago |
1 file, +2, -12 |
| 0a5b1ec8 |
hog: Merge hog_device.h code into hog_device.c
This patch merges hog_device.h code into hog_device.c and removes
hog_device.h file. As long as hog_manager.c was merged into hog_
device.c, there is no need to have a header for hog_device.
This patch also adds the static modifier to functions which are
now used only in hog_device.c. |
Andre Guedes |
13 years ago |
3 files, +7, -40 |
| 647f42d9 |
hog: Merge hog_manager.c code into hog_device.c
This patch merges hog_manager.c code into hog_device.c and removes
hog_manager.c file. hog_manager.c is a very small file, so there is
no need to keep it separated. |
Andre Guedes |
13 years ago |
3 files, +120, -164 |
| 1b1c92dd |
test: Update simple-agent to match latest agent API |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| 7b38d447 |
core: Update agent manager implementation to match API doc |
Johan Hedberg |
13 years ago |
1 file, +10, -2 |
| 45306a3f |
doc: Add object path parameter to RequestDefaultAgent |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| d4e41ec7 |
core: Turn some messages into debugs and fix warning |
Marcel Holtmann |
13 years ago |
1 file, +7, -5 |
| fca6774a |
client: Remove broken helper for message blocks |
Marcel Holtmann |
13 years ago |
1 file, +0, -11 |
| 72faf3c1 |
client: Always print messages with checking readline state |
Marcel Holtmann |
13 years ago |
2 files, +53, -58 |
| e3069721 |
client: Check for RL_STATE_DONE before trying to print |
Marcel Holtmann |
13 years ago |
1 file, +17, -10 |
| 6934437f |
obexd: Add client prefix to client manager functions
This is in preparation of merging the client into the daemon. |
Johan Hedberg |
13 years ago |
3 files, +6, -6 |
| b7a7b46a |
core: Fix memory leak of keys in check_config() |
Johan Hedberg |
13 years ago |
1 file, +2, -0 |
| c7ee7091 |
audio: Don't print an error for missing conf file |
Johan Hedberg |
13 years ago |
1 file, +2, -1 |
| 337864d6 |
input: Don't print an error for missing conf file |
Johan Hedberg |
13 years ago |
1 file, +2, -1 |
| 02a292ad |
proximity: Don't print an error for missing conf file |
Johan Hedberg |
13 years ago |
1 file, +2, -1 |
| 3f6a3357 |
core: Don't print an error for missign main.conf file |
Johan Hedberg |
13 years ago |
1 file, +2, -1 |
| d50d267b |
core: Add checking for unknown main.conf entries |
Johan Hedberg |
13 years ago |
1 file, +52, -0 |
| a8025ef8 |
adapter: Use int for storing signed value
char can be signed or unsigned depending on architecture. This fix
following compilation error on ARM:
src/adapter.c: In function 'convert_primaries_entry`:
src/adapter:2272:2: error: comparison is always true due to limited
range of data type [-Werror=type-limits]
cc1: all warnings being treated as errors
make[1]: *** [src/adapter.o] Error 1 |
Szymon Janc |
13 years ago |
1 file, +1, -1 |
| 5a77b4a9 |
hcidump: Fix compilation errors due to unaligned memory access
Use bt_get_le* helper functions to access unaligned memory. This fix
number of compilation errors on ARM similar to:
CC tools/parser/hci.o
tools/parser/hci.c: In function ‘ext_inquiry_data_dump’:
tools/parser/hci.c:797:10 error: cast increases required alignment of
target type [-Werror=cast-align]
tools/parser/hci.c:797:10: error: cast increases required alignment of
target type [-Werror=cast-align]
cc1: all warnings being treated as errors
make[1]: *** [tools/parser/hci.o] Error 1 |
Szymon Janc |
13 years ago |
2 files, +13, -16 |
| 65ad6793 |
doc: Clarify ConnectProfile UUID parameter |
Johan Hedberg |
13 years ago |
1 file, +2, -2 |
| f4ee3e43 |
doc: Bump AVRCP version from 1.4 to 1.5 in supported-features |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| 8e271de2 |
doc: Add Cycling Speed to supported-features document |
Johan Hedberg |
13 years ago |
1 file, +1, -0 |
| 1da5a89a |
core: Remove DisconnectRequested signal
This signal is not needed anymore thanks to the RequestDisconnect
callback of the Profile interface. |
Johan Hedberg |
13 years ago |
2 files, +1, -23 |
| 2beb4eed |
doc: Fix minor formatting issue in device API |
Johan Hedberg |
13 years ago |
1 file, +1, -0 |
| d258ad14 |
doc: Remove left-over mentions of adapter-based agent methods |
Johan Hedberg |
13 years ago |
1 file, +0, -28 |
| 07198167 |
audio: Remove unused a2dp_sep_is_playing function |
Johan Hedberg |
13 years ago |
2 files, +0, -9 |
| b6ec5fea |
audio: Remove unnecessary a2dp_sep_get_lock function |
Johan Hedberg |
13 years ago |
2 files, +1, -7 |
| a174f7b5 |
audio: Remove unused a2dp_get_sep function |
Johan Hedberg |
13 years ago |
2 files, +0, -40 |
| 82b25359 |
core: Make sdp-xml encoding defines private |
Johan Hedberg |
13 years ago |
2 files, +3, -3 |
| 0a4f7077 |
core: Make sdp-xml functions private that aren't used publically |
Johan Hedberg |
13 years ago |
2 files, +717, -739 |
| 1ff99151 |
neard: Fix agent reference leak |
Johan Hedberg |
13 years ago |
1 file, +8, -3 |
| 34f32461 |
core: Fix initiating pairing without a registered agent |
Johan Hedberg |
13 years ago |
1 file, +5, -2 |