| f2628186 |
monitor: Add definition for number of supported IAC command |
Marcel Holtmann |
12 years ago |
1 file, +6, -0 |
| 86421fe1 |
monitor: Add decoding for link supervision timeout commands |
Marcel Holtmann |
12 years ago |
1 file, +38, -2 |
| 00bf35de |
monitor: Add definitions for link supervision timeout commands |
Marcel Holtmann |
12 years ago |
1 file, +20, -0 |
| da104723 |
monitor: Fix decoding of link policy settings command |
Marcel Holtmann |
12 years ago |
1 file, +2, -2 |
| 44f2f61e |
emulator: Add support for LE test commands |
Marcel Holtmann |
12 years ago |
1 file, +23, -0 |
| 840fbec1 |
emulator: Add emulation a few more HCI commands |
Marcel Holtmann |
12 years ago |
1 file, +33, -0 |
| 89d82e60 |
monitor: Decode host buffer size and device under test commands |
Marcel Holtmann |
12 years ago |
1 file, +16, -2 |
| f6d07e6f |
monitor: Decode inquiry scan activity commands |
Marcel Holtmann |
12 years ago |
1 file, +23, -2 |
| 5310b284 |
monitor: Decode security mode 3 auth and encrypt commands |
Marcel Holtmann |
12 years ago |
1 file, +80, -4 |
| 4b4ca6f3 |
monitor: Add some missing HCI command definitions |
Marcel Holtmann |
12 years ago |
1 file, +30, -0 |
| d68010fb |
emulator: Add support for host buffer size and LE rand commands |
Marcel Holtmann |
12 years ago |
1 file, +22, -1 |
| 9e0ddbe9 |
monitor: Add definition for host buffer size command |
Marcel Holtmann |
12 years ago |
1 file, +8, -0 |
| 8a8a4994 |
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. |
David Herrmann |
12 years ago |
1 file, +32, -1 |
| bf26ca40 |
monitor: Fix minor white space issues in header |
Johan Hedberg |
12 years ago |
1 file, +2, -2 |
| 1cfb4ba2 |
tools: Add example utility to demonstrate user channel usage |
Marcel Holtmann |
12 years ago |
2 files, +321, -2 |
| 8377fb0b |
tools: Make parameter argument variables const |
Marcel Holtmann |
12 years ago |
1 file, +1, -1 |
| 39ab4080 |
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. |
Luiz Augusto von Dentz |
12 years ago |
1 file, +3, -1 |
| 963d6f08 |
tools: Add command line options for btattach utility |
Marcel Holtmann |
12 years ago |
1 file, +86, -12 |
| e181bfa8 |
build: Add test-driver to maintainer clean process |
Marcel Holtmann |
12 years ago |
1 file, +1, -1 |
| 6a8ffece |
monitor: Add support for printing UUID-128 in ATT |
Marcel Holtmann |
12 years ago |
1 file, +17, -4 |
| d2677eb5 |
monitor: Fix format string for UUID-128 print out |
Marcel Holtmann |
12 years ago |
1 file, +1, -1 |
| 12c5f195 |
build: Check for clock_gettime and pthread_create |
Marcel Holtmann |
12 years ago |
1 file, +6, -0 |
| c0b7506c |
lib: Add definition for HCI_CHANNEL_USER |
Marcel Holtmann |
12 years ago |
1 file, +1, -0 |
| 43c1b24f |
emulator: Filter for valid packet types from /dev/vhci |
Marcel Holtmann |
12 years ago |
1 file, +9, -2 |
| 361f5d4b |
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. |
Luiz Augusto von Dentz |
12 years ago |
1 file, +6, -6 |
| 904d3418 |
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. |
Christian Fetzer |
12 years ago |
1 file, +92, -2 |
| 4fa9cbfe |
obexd: Add property Folder to MAP message |
Christian Fetzer |
12 years ago |
2 files, +19, -1 |
| 02d6828e |
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. |
Christian Fetzer |
12 years ago |
2 files, +40, -0 |
| 6c1dfe9b |
build: Remove all checks for USB library support |
Marcel Holtmann |
12 years ago |
4 files, +3, -14 |
| e3cc4008 |
tools: Remove libusb dependency from hid2hci |
Marcel Holtmann |
12 years ago |
1 file, +108, -66 |
| 721faa6d |
tools: Fix a few USB handling issues within bccmd utility |
Marcel Holtmann |
12 years ago |
1 file, +8, -10 |
| c1f49e30 |
build: Remove extra checks for libusb usage of bccmd |
Marcel Holtmann |
12 years ago |
2 files, +2, -15 |
| fd087d91 |
tools: Access USB device directly from bccmd without libusb |
Marcel Holtmann |
12 years ago |
2 files, +168, -55 |
| bd8f10e7 |
shared: Fix constants for extended btsnoop types |
Marcel Holtmann |
12 years ago |
2 files, +3, -3 |
| 56bcac17 |
monitor: Fix minor typo in command description |
Marcel Holtmann |
12 years ago |
1 file, +1, -1 |
| 442ea446 |
monitor: Remove some confusing comments |
Marcel Holtmann |
12 years ago |
1 file, +3, -35 |
| e113fd65 |
monitor: Add support for decoding inquiry scan type commands |
Marcel Holtmann |
12 years ago |
1 file, +40, -2 |
| 64ad8d47 |
monitor: Add structures for inquiry scan type commands |
Marcel Holtmann |
12 years ago |
1 file, +11, -0 |
| dbcd892a |
monitor: Add support for AFH classification and assessment commands |
Marcel Holtmann |
12 years ago |
1 file, +52, -19 |
| da05e084 |
emulator: Fix up AFH channel assessment structures |
Marcel Holtmann |
12 years ago |
2 files, +16, -11 |
| e6aaf212 |
monitor: Add support for decoding Write Inquiry TX Power Level command |
Marcel Holtmann |
12 years ago |
1 file, +10, -1 |
| b1472916 |
monitor: Add structure for writing inquiry tx power level |
Marcel Holtmann |
12 years ago |
1 file, +5, -0 |
| d1501ecf |
monitor: Add support for decoding HCI Read Local OOB Data command |
Marcel Holtmann |
12 years ago |
1 file, +12, -1 |
| cc1bd16c |
monitor: Add structure for local out-of-band data details |
Marcel Holtmann |
12 years ago |
1 file, +7, -0 |
| 882c36a7 |
monitor: Add support for decoding failed contact counter commands |
Marcel Holtmann |
12 years ago |
1 file, +37, -2 |
| 08108689 |
monitor: Add structures for failed contact counters |
Marcel Holtmann |
12 years ago |
1 file, +19, -0 |
| d9ce9bfc |
monitor: Add support for decoding HCI Read Channel Map command |
Marcel Holtmann |
12 years ago |
1 file, +46, -1 |
| a4f9c320 |
monitor: Add structures for HCI channel map command |
Marcel Holtmann |
12 years ago |
1 file, +11, -0 |
| f16a292a |
monitor: Add support for decoding Read RSSI and Read Link Quality |
Marcel Holtmann |
12 years ago |
1 file, +42, -3 |
| e4f87010 |
monitor: Add structures for RSSI and link quality commands |
Marcel Holtmann |
12 years ago |
1 file, +20, -0 |