Commit Graph

15421 Commits

Author SHA1 Message Date
Marcel Holtmann
f26281861d monitor: Add definition for number of supported IAC command 2013-09-08 01:48:30 -07:00
Marcel Holtmann
86421fe1d7 monitor: Add decoding for link supervision timeout commands 2013-09-08 01:48:06 -07:00
Marcel Holtmann
00bf35ded2 monitor: Add definitions for link supervision timeout commands 2013-09-08 01:47:42 -07:00
Marcel Holtmann
da1047238d monitor: Fix decoding of link policy settings command 2013-09-08 01:30:59 -07:00
Marcel Holtmann
44f2f61e9f emulator: Add support for LE test commands 2013-09-07 21:36:38 -07:00
Marcel Holtmann
840fbec181 emulator: Add emulation a few more HCI commands 2013-09-07 21:28:34 -07:00
Marcel Holtmann
89d82e60df monitor: Decode host buffer size and device under test commands 2013-09-07 21:27:59 -07:00
Marcel Holtmann
f6d07e6f4a monitor: Decode inquiry scan activity commands 2013-09-07 21:27:36 -07:00
Marcel Holtmann
5310b28406 monitor: Decode security mode 3 auth and encrypt commands 2013-09-07 21:26:47 -07:00
Marcel Holtmann
4b4ca6f3d9 monitor: Add some missing HCI command definitions 2013-09-07 21:23:52 -07:00
Marcel Holtmann
d68010fb9d emulator: Add support for host buffer size and LE rand commands 2013-09-07 16:35:22 -07:00
Marcel Holtmann
9e0ddbe9a7 monitor: Add definition for host buffer size command 2013-09-07 16:34:24 -07:00
David Herrmann
8a8a49941e hog: ignore UHID-setup events and document why
The UHID_{START,STOP,OPEN,CLOSE} events should be ignored by us to avoid
triggering the warn(). It is safe to do that. Add few comments that
explain why we don't have to handle these.
2013-09-06 13:39:41 +03:00
Johan Hedberg
bf26ca408d monitor: Fix minor white space issues in header 2013-09-05 14:25:56 +03:00
Marcel Holtmann
1cfb4ba2cf tools: Add example utility to demonstrate user channel usage 2013-09-03 21:59:45 -07:00
Marcel Holtmann
8377fb0b83 tools: Make parameter argument variables const 2013-09-03 19:04:54 -07:00
Luiz Augusto von Dentz
39ab4080b6 core: Fix emitting empty Device1.UUIDs property
In case there is a incoming connection but services has not been
resolved the UUID of the profile being connected is automatically added
using btd_device_add_uuid which does update uuids not eir_uuids which is
used if svc_resolved is false.

To fix this the code will now fallback to uuids field whenever eir_uuids is
empty so uuids added with btd_device_add_uuid previous to services being
resolved should appear in UUIDs property.
2013-09-03 11:17:28 +03:00
Marcel Holtmann
963d6f089a tools: Add command line options for btattach utility 2013-09-02 14:33:30 -07:00
Marcel Holtmann
e181bfa878 build: Add test-driver to maintainer clean process 2013-09-02 11:47:27 -07:00
Marcel Holtmann
6a8ffecef0 monitor: Add support for printing UUID-128 in ATT 2013-09-02 11:44:27 -07:00
Marcel Holtmann
d2677eb501 monitor: Fix format string for UUID-128 print out 2013-09-02 11:43:57 -07:00
Marcel Holtmann
12c5f1956b build: Check for clock_gettime and pthread_create 2013-09-02 11:25:54 -07:00
Marcel Holtmann
c0b7506c42 lib: Add definition for HCI_CHANNEL_USER 2013-09-02 11:17:05 -07:00
Marcel Holtmann
43c1b24f46 emulator: Filter for valid packet types from /dev/vhci 2013-09-02 10:31:22 -07:00
Luiz Augusto von Dentz
361f5d4b6b obexd: Fix disconnecting underline transport before processing operations
The transport connection should only be dropped once all references to
the session are released otherwise some pending operations may not be
processed and the session will not be freed.
2013-09-02 13:29:43 +03:00
Christian Fetzer
904d3418a2 obexd: Add property changed signals for 'org.bluez.obex.Message1'
This patch adds property changed signal emissions in case message properties
change on the server.
2013-09-02 13:29:42 +03:00
Christian Fetzer
4fa9cbfeaa obexd: Add property Folder to MAP message 2013-09-02 13:13:16 +03:00
Christian Fetzer
02d6828e61 obexd: Add obc_session_get_folder function
This patch extends client session by the tracking of the current folder.
The current folder can be accessed by obc_session_get_current_folder.

This allows drivers to add a folder property to browsed objects so that
the application doesn't have to keep track of the folder an object
belongs to.
2013-09-02 13:13:16 +03:00
Marcel Holtmann
6c1dfe9b6d build: Remove all checks for USB library support 2013-08-28 14:15:22 -07:00
Marcel Holtmann
e3cc40084c tools: Remove libusb dependency from hid2hci 2013-08-28 14:11:28 -07:00
Marcel Holtmann
721faa6d13 tools: Fix a few USB handling issues within bccmd utility 2013-08-28 14:10:59 -07:00
Marcel Holtmann
c1f49e301f build: Remove extra checks for libusb usage of bccmd 2013-08-28 13:21:44 -07:00
Marcel Holtmann
fd087d91a0 tools: Access USB device directly from bccmd without libusb 2013-08-28 13:21:02 -07:00
Marcel Holtmann
bd8f10e71d shared: Fix constants for extended btsnoop types 2013-08-27 21:26:48 -07:00
Marcel Holtmann
56bcac170b monitor: Fix minor typo in command description 2013-08-27 19:39:05 -07:00
Marcel Holtmann
442ea44661 monitor: Remove some confusing comments 2013-08-27 19:36:59 -07:00
Marcel Holtmann
e113fd65db monitor: Add support for decoding inquiry scan type commands 2013-08-27 19:31:43 -07:00
Marcel Holtmann
64ad8d47e8 monitor: Add structures for inquiry scan type commands 2013-08-27 19:31:15 -07:00
Marcel Holtmann
dbcd892a7e monitor: Add support for AFH classification and assessment commands 2013-08-27 19:22:00 -07:00
Marcel Holtmann
da05e084ae emulator: Fix up AFH channel assessment structures 2013-08-27 19:21:28 -07:00
Marcel Holtmann
e6aaf212ec monitor: Add support for decoding Write Inquiry TX Power Level command 2013-08-27 18:57:10 -07:00
Marcel Holtmann
b147291649 monitor: Add structure for writing inquiry tx power level 2013-08-27 18:56:32 -07:00
Marcel Holtmann
d1501ecf28 monitor: Add support for decoding HCI Read Local OOB Data command 2013-08-27 18:44:28 -07:00
Marcel Holtmann
cc1bd16c7d monitor: Add structure for local out-of-band data details 2013-08-27 18:43:57 -07:00
Marcel Holtmann
882c36a7c0 monitor: Add support for decoding failed contact counter commands 2013-08-27 16:42:56 -07:00
Marcel Holtmann
0810868971 monitor: Add structures for failed contact counters 2013-08-27 16:42:37 -07:00
Marcel Holtmann
d9ce9bfc8b monitor: Add support for decoding HCI Read Channel Map command 2013-08-27 14:56:34 -07:00
Marcel Holtmann
a4f9c3201d monitor: Add structures for HCI channel map command 2013-08-27 14:55:52 -07:00
Marcel Holtmann
f16a292a8c monitor: Add support for decoding Read RSSI and Read Link Quality 2013-08-27 14:32:15 -07:00
Marcel Holtmann
e4f8701065 monitor: Add structures for RSSI and link quality commands 2013-08-27 14:31:44 -07:00