| 292a3799 |
build: Remove dependency for check library |
Marcel Holtmann |
13 years ago |
3 files, +2, -19 |
| e0f960e0 |
unit: Use GTest for EIR unit test |
Marcel Holtmann |
13 years ago |
1 file, +8, -37 |
| c45b8edf |
build: Enable bccmd utility when tools are enabled |
Marcel Holtmann |
13 years ago |
3 files, +0, -11 |
| f3064803 |
build: Move GATT example plugin to Makefile.plugins |
Marcel Holtmann |
13 years ago |
2 files, +3, -3 |
| 9507ea3a |
build: Use a separate Makefile.plugins |
Marcel Holtmann |
13 years ago |
2 files, +25, -28 |
| d8fa61f9 |
build: Remove left-over $(mcap_sources) variable |
Marcel Holtmann |
13 years ago |
1 file, +1, -2 |
| c8ee5ee4 |
build: Remove another left-over from .gitignore |
Marcel Holtmann |
13 years ago |
1 file, +0, -1 |
| 149803cf |
build: Remove unused empty storage plugin stub |
Marcel Holtmann |
13 years ago |
2 files, +0, -46 |
| bc974ed9 |
build: Use a separate Makefile.profiles |
Marcel Holtmann |
13 years ago |
4 files, +114, -123 |
| 2b38f5ee |
build: Remove two left-overs from .gitignore |
Marcel Holtmann |
13 years ago |
1 file, +0, -2 |
| f6168cfe |
build: Remove old PCMCIA serial support |
Marcel Holtmann |
13 years ago |
5 files, +1, -90 |
| 0613f644 |
tools: Remove dfutool utility
This tool got replaced with dfu-util from http://dfu-util.gnumonks.org/ |
Marcel Holtmann |
13 years ago |
8 files, +0, -1138 |
| 3b886d25 |
build: Remove compat helper for ppoll |
Marcel Holtmann |
13 years ago |
4 files, +1, -24 |
| bffd612c |
tools: Remove include of compat ppoll header |
Marcel Holtmann |
13 years ago |
3 files, +0, -12 |
| 8ece6196 |
build: Compile bluetoothd without OUI helper function |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| 3c96d235 |
core: Add support for udev based batocomp implementation |
Marcel Holtmann |
13 years ago |
2 files, +44, -4 |
| fc771c99 |
build: Check for existence of udev_hwdb_new function |
Marcel Holtmann |
13 years ago |
1 file, +3, -0 |
| acc35edf |
core: Remove --udev option from bluetoothd |
Marcel Holtmann |
13 years ago |
3 files, +4, -66 |
| 48371157 |
core: Make ouitocomp function private |
Marcel Holtmann |
13 years ago |
2 files, +1, -2 |
| 4ba84c72 |
tools: Use batocomp function instead of ouitocomp |
Marcel Holtmann |
13 years ago |
2 files, +11, -11 |
| d47f4a04 |
core: Introduce batocomp helper function |
Marcel Holtmann |
13 years ago |
2 files, +12, -0 |
| 61afd46c |
core: Use default for oui.txt if not configured |
Marcel Holtmann |
13 years ago |
1 file, +4, -0 |
| 8543d302 |
core: Remove unused oui2comp function |
Marcel Holtmann |
13 years ago |
2 files, +0, -16 |
| 8c4bb23c |
gitignore: Add test/bluezutils.pyc
Python generates compiled module file when py module is used. |
Szymon Janc |
13 years ago |
1 file, +1, -0 |
| b8779d22 |
Revert "Ensure config.h is included by using CPPFLAGS"
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 |
Johan Hedberg |
13 years ago |
212 files, +850, -8 |
| 7ff31265 |
adapter: Discoverable storage
This patch changes store_adapter_info helper so it stores Discoverable
value according to discov_timeout. If discov_timeout is greater than
zero, we store "false" for Discoverable. This change covers the case
when DiscoverableTimeout value is set when Discoverable is true. |
Andre Guedes |
13 years ago |
1 file, +7, -2 |
| e56e2ba8 |
adapter: Don't store Discoverable value if DiscoverableTimeout is set
If adapter was set to Discoverable and DiscoverableTimeout is greater
than zero we should not store the Discoverable adapter info as long as
it is a non-persistent state. This way, we don't need to worry about
updating the Discoverable stored value once the timeout expires. |
Andre Guedes |
13 years ago |
1 file, +2, -1 |
| 2fe5e462 |
adapter: Fix unplugging adapter bug
If we unplug an adapter in powered on state, once it is plugged
again, it doesn't go to powered on state as expected. This bug
happens because Powered info is stored when the adapter is
unplugged from the system.
This patch fixes this bug by only storing adapter info if mode
changing was requested by user application via D-Bus interface.
This patch basically reverts the changes in commit
985d8ac397a7c332c1badcb95430a167ec93e9e7 where the bug was
introduced. |
Andre Guedes |
13 years ago |
1 file, +2, -2 |
| 0e66694d |
build: Fix 'make distcheck'
The test script of the cycling speed profile should be
'test-cyclingspeed' instead of 'test-cycling'. |
Vinicius Costa Gomes |
13 years ago |
1 file, +1, -1 |
| f6655d0a |
test: Fix syntax in bluezutils.py
Traceback (most recent call last):
File "./simple-agent", line 12, in <module>
import bluezutils
File "/home/fdanis/src/bluez/test/bluezutils.py", line 22
if not pattern or pattern == adapter["Address"] or
^
SyntaxError: invalid syntax |
Frédéric Danis |
13 years ago |
1 file, +2, -2 |
| 419f0049 |
test: Fix test-device using wrong interface
The property getter and setter belong to org.freedesktop.DBus.Properties
and therefore fix this code using the wrong interface since commit
67dab2d2aeec9ab895da6afd528ec0c63e657ff4. |
Mikel Astiz |
13 years ago |
1 file, +10, -9 |
| 8f0d6c96 |
lib: Fix member type on le_read_advertising_channel_tx_power_rp
Transmit power level range is -20 <= N <= 10, thus it should be stored
as int8_t. |
Anderson Lizardo |
13 years ago |
1 file, +1, -1 |
| 375e7662 |
audio: Fix interface names
In some places, the old names of the interfaces were still being used.
So we update them to use the new names. |
Vinicius Costa Gomes |
13 years ago |
3 files, +12, -12 |
| 93e378e2 |
media: Fix some wrong interface names
Trivially fix some wrong interface names introduced by commit
3aa15b56dca27a73f6bc34467ba0ce4c85ee2d9a. |
Mikel Astiz |
13 years ago |
2 files, +3, -3 |
| 58c5aafc |
TODO: Update to current status |
Johan Hedberg |
13 years ago |
1 file, +11, -1 |
| 3aa15b56 |
media: Add version suffix to all media interfaces
Append the version number to all D-Bus interface names in the Media API. |
Mikel Astiz |
13 years ago |
6 files, +25, -25 |
| 2ff2181d |
media: Trivial style fix
No whitespace should exist before parenthesis close. |
Mikel Astiz |
13 years ago |
1 file, +1, -1 |
| 35a6a980 |
media: Add MediaTransport.TryAcquire()
Split the Acquire() method in two parts so that the optional acquires,
formerly represented as a "?" flag in the accesstype parameter of
Acquire(), are now implemented in TryAcquire(). |
Mikel Astiz |
13 years ago |
2 files, +43, -0 |
| fb965c92 |
media: Remove transport owner list
Transports now have zero or one owners, so there is no need to maintain
a list any more. |
Mikel Astiz |
13 years ago |
1 file, +21, -58 |
| 5d6e8f2f |
media: Remove internal transport locks
The internal transport_lock_t is not needed any more since transports
are now always acquired with read and write permissions. |
Mikel Astiz |
13 years ago |
1 file, +28, -102 |
| 6b97470f |
media: Remove transport access type from D-Bus API
There is no known use-case making use of these access types and
therefore the Media API can be simplified.
From now on, the transport will always be acquired with read and write
access rights. |
Mikel Astiz |
13 years ago |
2 files, +8, -62 |
| 4810b2f4 |
l2test: Add support to test auto select PSM
This patch enable us to test the auto select PSM by passing
PSM value as 0.
Ex: l2test -d -P 0
l2test[2585]: Waiting for connection on psm 4099 ... |
Syam Sidhardhan |
13 years ago |
1 file, +0, -2 |
| 703dd8b4 |
hciconfig: Remove putkey command
With new storage architecture legacy storage "linkkeys"
file doesn't exist anymore. |
Frédéric Danis |
13 years ago |
2 files, +0, -69 |
| 03750428 |
Use entire include path for gobex.h |
Lucas De Marchi |
13 years ago |
8 files, +9, -13 |
| 5714b14b |
Reorder btio.h includes
Let "#include <btio/btio.h>" together with other includes using '<'
rather than '"'. |
Lucas De Marchi |
13 years ago |
17 files, +17, -17 |
| 49b56120 |
Use the entire include path for btio.h |
Lucas De Marchi |
13 years ago |
33 files, +34, -34 |
| aa77b0be |
Use the entire include path for gdbus.h |
Lucas De Marchi |
13 years ago |
68 files, +69, -71 |
| c61a78c8 |
build-sys: Add missing force arg to symlink creation
If we don't force the symlink creation the build fails when the link
already exists. This happens if the rule to create the link is triggered
again because the file it points to changed. This is the case when doing
incremental builds and we modified the file.
$ make
$ touch lib/cmtp.h
$ make
GEN lib/bluetooth/cmtp.h
ln: failed to create symbolic link ‘lib/bluetooth/cmtp.h’: File exists
make: *** [lib/bluetooth/cmtp.h] Error 1
make: *** Waiting for unfinished jobs.... |
Lucas De Marchi |
13 years ago |
1 file, +3, -3 |
| 05bad2b9 |
test: Fix re-declaration of "encrypt" symbol
test/l2test.c:106:12: error: ‘encrypt’ redeclared as different kind of symbol
In file included from test/l2test.c:30:0:
/usr/include/unistd.h:1147:13: note: previous declaration of ‘encrypt’ was here |
Johan Hedberg |
13 years ago |
2 files, +8, -8 |
| 8a033765 |
Ensure config.h is included by using CPPFLAGS
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. |
Lucas De Marchi |
13 years ago |
212 files, +7, -844 |