| 52cbc0a3 |
monitor: Add UUID values for Characteristic Descriptors |
Marcel Holtmann |
13 years ago |
1 file, +3, -0 |
| 1749c411 |
monitor: Add UUID values for Characteristic Descriptions |
Marcel Holtmann |
13 years ago |
1 file, +75, -1 |
| d540e088 |
monitor: Fix the singular entry vs plural entries |
Marcel Holtmann |
13 years ago |
1 file, +3, -3 |
| 27895e42 |
monitor: Decode the minor class field for major class phone |
Marcel Holtmann |
13 years ago |
1 file, +27, -1 |
| bbcaf8f4 |
monitor: Decode 16-bit and 32-bit UUID values from EIR data |
Marcel Holtmann |
13 years ago |
1 file, +14, -14 |
| c7b7c0fe |
monitor: Add more ATT protocol decodings |
Marcel Holtmann |
13 years ago |
2 files, +61, -5 |
| 5bece238 |
monitor: Print manufacturer name from EIR data |
Marcel Holtmann |
13 years ago |
1 file, +4, -1 |
| 38e46811 |
monitor: Print detailed class of device from EIR data |
Marcel Holtmann |
13 years ago |
1 file, +1, -3 |
| 6d52519e |
monitor: Print strings for advertising data flags |
Marcel Holtmann |
13 years ago |
1 file, +31, -1 |
| 19c71d29 |
lib: Update list of company identifiers |
Marcel Holtmann |
13 years ago |
1 file, +6, -0 |
| c7880b57 |
tools: Add entry for COOKOO watch product ID
The product ID for the COOKOO watch is from the Bluetrek manufacturer ID
and it is a little bit weird. It is assumed this is on purpose and not
some leftover from potential Bluetrek example code they used. |
Marcel Holtmann |
13 years ago |
1 file, +1, -0 |
| 26038ae7 |
emulator: Add command line switch for local HCI virtual device |
Marcel Holtmann |
13 years ago |
1 file, +12, -4 |
| 58ac0d24 |
unit: Add advertising data from Citizen Proximity watch for testing |
Marcel Holtmann |
13 years ago |
1 file, +36, -2 |
| 902ce068 |
shared: Resetting watch identifier is done in the destroy handler |
Marcel Holtmann |
13 years ago |
1 file, +2, -6 |
| 76d11f1b |
shared: Use protocol family constant instead of address family |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| f1633795 |
tester: Add -l command line switch for listing test cases |
Johan Hedberg |
13 years ago |
1 file, +15, -0 |
| 45aa83e9 |
tester: Add -p option to filter which test to be executed |
Johan Hedberg |
13 years ago |
1 file, +13, -4 |
| 287c7001 |
shared: Remove line with one single empty space in it |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| e9dd74d5 |
Release 5.1 |
Marcel Holtmann |
13 years ago |
2 files, +15, -1 |
| b72b595a |
core: Add comment about loading empty key lists into the kernel |
Marcel Holtmann |
13 years ago |
1 file, +13, -0 |
| faf2b418 |
build: Update library version |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| 9472de30 |
obexd: Don't bother with trying to handle SIGPIPE |
Marcel Holtmann |
13 years ago |
1 file, +0, -4 |
| fb673cb9 |
AVRCP: Fix crash when MediaPlayer1 is disabled
When MediaPlayer1 is disabled we should not proceed with getting
remote capabilities but switch back to 1.0 mode. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +6, -5 |
| d6243142 |
emulator: Add support for HCI_LE_Set_Advertising_Data command |
Johan Hedberg |
13 years ago |
1 file, +9, -0 |
| 486847d0 |
tools: Add HCI command monitoring for mgmt link security test |
Johan Hedberg |
13 years ago |
1 file, +4, -0 |
| 66fe4bb1 |
tools: Add mgmt test case for link security when powered on |
Johan Hedberg |
13 years ago |
1 file, +20, -6 |
| 3b856f33 |
tools: Add HCI command monitoring to discoverable on/off tests |
Johan Hedberg |
13 years ago |
1 file, +25, -6 |
| 731cb091 |
tools: Add mgmt test case for discoverable off while powered |
Johan Hedberg |
13 years ago |
1 file, +43, -8 |
| 555775c1 |
tools: Fix discoverable off test case name in logs |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| 27d056ae |
tools: Add mgmt test for setting connectable when powered on |
Johan Hedberg |
13 years ago |
1 file, +24, -6 |
| 74c345e9 |
tools: Add basic HCI command monitoring callback to mgmt-tester |
Johan Hedberg |
13 years ago |
1 file, +51, -0 |
| 2f0eadcd |
tools: Add set_link_security tests to mgmt-tester |
Johan Hedberg |
13 years ago |
1 file, +58, -0 |
| 97a84100 |
unit: Providing empty info() implementation is no longer needed |
Marcel Holtmann |
13 years ago |
1 file, +0, -6 |
| 7fbbefef |
core: Turn message about device id into debug statement |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| 6a0e5bc0 |
build: Fix --disable-optimization configure option
On commit cc9e4e7cae0379864ea06038d92bf7ecc192bba7, this flag was
mistakenly replaced with the behavior of the old --enable-fortify
option.
This patch restores the "-O0" flag when --disable-optimization is used.
Unfortunately, this is not enough to disable build optimization. By
default, autoconf adds -O2 to CFLAGS if the compiler is GCC. AM_CFLAGS
(where -O0 is added with --disable-optimization) is passed as argument
to GCC before autoconf CFLAGS, so it is not possible to override the
default -O2. One solution is to use:
CFLAGS= ./configure --disable-optimization
i.e. remove -O2 from CFLAGS, and let autoconf add -O0. |
Anderson Lizardo |
13 years ago |
1 file, +1, -1 |
| e654bdfa |
attrib: Fix compilation errors when compiled without optimization
Fix these build errors:
attrib/att.c: In function ‘dec_read_by_grp_req’:
attrib/att.c:165:10: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare]
attrib/att.c:170:10: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare]
attrib/att.c: In function ‘dec_read_by_type_req’:
attrib/att.c:393:10: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare]
attrib/att.c:402:10: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare] |
Anderson Lizardo |
13 years ago |
1 file, +2, -2 |
| 911868f4 |
tools: Fix using DBusBasicValue
DBusBasicValue needs a more recent libdbus so use const void * instead |
Luiz Augusto von Dentz |
13 years ago |
1 file, +3, -2 |
| 5ba8bb3a |
tools: Update mpris-player to register using MPRIS interface
In addition fix not supporting new APIs for getting the adapter. |
Luiz Augusto von Dentz |
13 years ago |
2 files, +261, -257 |
| e0ee3000 |
media-api: Change RegisterPlayer to use MPRIS spec
RegisterPlayer now expect registered paths to implement
org.mpris.MediaPlayer2.player interface accourding to MPRIS spec:
http://specifications.freedesktop.org/mpris-spec/latest/ |
Luiz Augusto von Dentz |
13 years ago |
1 file, +7, -65 |
| 15e42173 |
media: Implement new RegisterPlayer API
RegisterPlayer now uses MPRIS spec |
Luiz Augusto von Dentz |
13 years ago |
1 file, +195, -99 |
| 7b57d92c |
test: Update test-player to register using MPRIS interface |
Luiz Augusto von Dentz |
13 years ago |
1 file, +21, -14 |
| 1fe97f41 |
tools: Adapt mpris-player to new API of MediaPlayer1
In addition fix using Manager1 interface which no longer exists |
Luiz Augusto von Dentz |
13 years ago |
1 file, +157, -325 |
| 8a6a963d |
test: Adapt simple-player to the new API of MediaPlayer1 |
Luiz Augusto von Dentz |
13 years ago |
1 file, +18, -44 |
| 13a1e077 |
media: Adapt RegisterPlayer to changes in MediaPlayer1
This adds support for Track being a property and the removal of
GetTrack and TrackChanged. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +85, -114 |
| c83756dc |
player: Add Device property
Device property indicates which device object the player belongs to. |
Luiz Augusto von Dentz |
13 years ago |
2 files, +19, -0 |
| bbe71a50 |
AVRCP: Always create a controller player even for version 1.0
Since the buttons controls are now part of the MediaPlayer1 it can be used
even with AVRCP version 1.0. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +17, -16 |
| da0b4881 |
player: Fix documentation to use TrackNumber in track metadata
Using Track key inside a Track property would be pointless, despite the
documentation and code where also inconsistent. |
Luiz Augusto von Dentz |
13 years ago |
3 files, +3, -3 |
| d5bf8fe5 |
player: Add support for button controls
This adds support for buttons controls in MediaPlayer1 |
Luiz Augusto von Dentz |
13 years ago |
3 files, +210, -1 |
| b3724560 |
player: Remove GetTrack and TrackChanged
This turn track metadata into a property called "Track" of MediaPlayer1 |
Luiz Augusto von Dentz |
13 years ago |
1 file, +25, -56 |
| 44aa9758 |
media-api: Add playback control methods to MediaPlayer1
This adds methods such as Play, Pause directly in MediaPlayer1, in
addition to that Track is now turn into a property to take advantage of
ObjectManager and document the interface as experimental. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +53, -46 |