OSDN Git Service
Marcel Holtmann [Mon, 16 Sep 2013 15:08:22 +0000 (08:08 -0700)]
Release 5.9
Luiz Augusto von Dentz [Mon, 16 Sep 2013 10:35:10 +0000 (13:35 +0300)]
obexd/bluetooth: Fix memory leak
g_io_channel_unix_new creates a reference which is then passed to
obex_session_start which creates its on reference via g_io_channel_ref
leading to the following leak:
at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x3B03C4D89E: g_malloc (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C88224: g_io_channel_unix_new (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x418967: profile_new_connection (bluetooth.c:148)
by 0x43D763: process_message.isra.5 (object.c:259)
Christian Fetzer [Fri, 13 Sep 2013 15:28:36 +0000 (17:28 +0200)]
obexd: Remove msg from MAP session structure
The D-Bus message for a pending method call is now stored in the
pending_request struct.
Christian Fetzer [Fri, 13 Sep 2013 15:28:35 +0000 (17:28 +0200)]
obexd: Use pending request in UpdateInbox
Christian Fetzer [Fri, 13 Sep 2013 15:28:34 +0000 (17:28 +0200)]
obexd: Use pending request in ListMessages
Christian Fetzer [Fri, 13 Sep 2013 15:28:33 +0000 (17:28 +0200)]
obexd: Use pending request in ListFolders
Christian Fetzer [Fri, 13 Sep 2013 15:28:32 +0000 (17:28 +0200)]
obexd: Use pending request in SetFolder
Christian Fetzer [Fri, 13 Sep 2013 15:28:31 +0000 (17:28 +0200)]
obexd: Add request struct to MAP
This adds a pending_request struct in order to store the D-Bus request
data.
The current version stores the received D-Bus message in the MAP session
struct. The stored message is overridden by intermediate D-Bus method
calls which can lead into a crash.
Trace:
arguments to dbus_message_unref() were incorrect,
assertion "!message->in_cache" failed in file dbus-message.c line 1618.
0 0x00007ffff6a6a1c9 in raise () from /usr/lib/libc.so.6
1 0x00007ffff6a6b5c8 in abort () from /usr/lib/libc.so.6
2 0x00007ffff7313de5 in ?? () from /usr/lib/libdbus-1.so.3
3 0x00007ffff730ab91 in ?? () from /usr/lib/libdbus-1.so.3
4 0x000000000043721c in message_listing_cb (session=0x6a7d30,
transfer=0x6a9450, err=0x0, user_data=0x6a9950) at obexd/client/map.c:1166
5 0x000000000042f7af in session_terminate_transfer (session=0x6a7d30,
transfer=0x6a9450, gerr=0x0) at obexd/client/session.c:830
6 0x000000000042f83d in session_notify_complete (session=0x6a7d30,
transfer=0x6a9450) at obexd/client/session.c:845
7 0x000000000042f8dc in transfer_complete (transfer=0x6a9450, err=0x0,
user_data=0x6a7d30) at obexd/client/session.c:865
8 0x0000000000439ee7 in xfer_complete (obex=0x677250, err=0x0,
user_data=0x6a9450) at obexd/client/transfer.c:577
9 0x000000000043a05f in get_xfer_progress_first (obex=0x677250, err=0x0,
rsp=0x678730, user_data=0x6a9450) at obexd/client/transfer.c:621
10 0x0000000000413f08 in handle_response (obex=0x677250, err=0x0,
rsp=0x678730) at gobex/gobex.c:949
11 0x00000000004147db in incoming_data (io=0x6a8a00, cond=G_IO_IN,
user_data=0x677250) at gobex/gobex.c:1192
12 0x00007ffff702dda6 in g_main_context_dispatch ()
from /usr/lib/libglib-2.0.so.0
13 0x00007ffff702e0f8 in ?? () from /usr/lib/libglib-2.0.so.0
14 0x00007ffff702e4fa in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
15 0x0000000000427ce8 in main (argc=1, argv=0x7fffffffdd48)
at obexd/src/main.c:319
Marcel Holtmann [Mon, 16 Sep 2013 03:01:00 +0000 (20:01 -0700)]
core: Remove legacy parsing of OUI database
Szymon Janc [Fri, 13 Sep 2013 11:30:47 +0000 (13:30 +0200)]
sap: Keep reference to btd_adapter in struct sap_server
Path and adapter address can be obtained easily from btd_adapter
and there is no need to keep local copy.
Szymon Janc [Fri, 13 Sep 2013 11:30:46 +0000 (13:30 +0200)]
core: Minor whitespace fix
Szymon Janc [Fri, 13 Sep 2013 11:30:45 +0000 (13:30 +0200)]
gitignore: Add tools/btinfo
Christian Fetzer [Mon, 9 Sep 2013 16:30:57 +0000 (18:30 +0200)]
obexd: Use documented values in org.bluez.obex.Message1 Type property
This updates the values that are presented in the Type property to use
the values from the documentation ("email", "sms-gsm", "sms-cdma", "mms").
The existing code directly used the values as received in the messages
listing object ("EMAIL", "SMS_GSM", "SMS_CDMA", "MMS").
Johan Hedberg [Thu, 12 Sep 2013 14:42:36 +0000 (17:42 +0300)]
shared/hciemu: Fix sending a proper vhci create request for new kernels
Luiz Augusto von Dentz [Wed, 4 Sep 2013 18:57:20 +0000 (21:57 +0300)]
gdbus/client: Use g_dbus_add_properties_watch to track properties
This make the handling much simpler and avoids duplicates of the same
match rule.
Luiz Augusto von Dentz [Mon, 2 Sep 2013 15:54:33 +0000 (18:54 +0300)]
gdbus/client: Use g_dbus_add_signal_watch to track signals
This make the handling much simpler and avoids duplicates of the same
match rule.
Luiz Augusto von Dentz [Mon, 2 Sep 2013 13:02:05 +0000 (16:02 +0300)]
gdbus/client: Use g_dbus_add_service_watch to track services
This make the handling much simpler and avoids duplicates of the same
match rule.
Luiz Augusto von Dentz [Mon, 9 Sep 2013 08:25:12 +0000 (11:25 +0300)]
gdbus/watch: Fix crash when disconnecting from D-Bus
When disconnecting from D-Bus a message could be recieved with no sender:
Invalid read of size 1
at 0x4A09EE1: strcmp (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x3B03C386B8: g_str_equal (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x4065D6: message_filter (watch.c:529)
by 0x3B0700F9E5: dbus_connection_dispatch (in /usr/lib64/libdbus-1.so.3.7.4)
by 0x4052E7: message_dispatch (mainloop.c:76)
by 0x3B03C48962: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C47E05: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C48157: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C48559: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x4038C5: client_proxy_removed (test-gdbus-client.c:902)
by 0x3B03C6B566: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C6B6E5: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
Address 0x0 is not stack'd, malloc'd or (recently) free'd
Luiz Augusto von Dentz [Tue, 3 Sep 2013 15:00:35 +0000 (18:00 +0300)]
gdbus/watch: Fix aborting when removing D-Bus filter
In case of filter_data having a watch to a service name it may call
dbus_connection_remove_filter twice causing libdbus to abort:
process 24723: Attempt to remove filter function 0x4063e0 user data (nil), but no such filter has been added
To fix this the code will now only attempt to call
dbus_connection_remove_filter once in filter_data_free which is the
counterpart of filter_data_get where dbus_connection_add_filter is called.
Luiz Augusto von Dentz [Mon, 2 Sep 2013 12:55:45 +0000 (15:55 +0300)]
gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callback
at 0x40570C: update_service (watch.c:601)
by 0x40584B: service_reply (watch.c:627)
by 0x3B0700C511: ??? (in /usr/lib64/libdbus-1.so.3.7.4)
by 0x3B0700F740: dbus_connection_dispatch (in /usr/lib64/libdbus-1.so.3.7.4)
by 0x405167: message_dispatch (mainloop.c:76)
by 0x3B03C48962: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C47E05: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C48157: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C48559: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3600.3)
Address 0x4c58a30 is 32 bytes inside a block of size 56 free'd
at 0x4A074C4: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x3B03C4D9AE: g_free (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x406102: filter_data_remove_callback (watch.c:378)
by 0x405FC0: g_dbus_remove_watch (watch.c:798)
by 0x40A22B: g_dbus_client_unref (client.c:1227)
by 0x40570B: update_service (watch.c:599)
by 0x40584B: service_reply (watch.c:627)
Luiz Augusto von Dentz [Mon, 9 Sep 2013 09:55:54 +0000 (12:55 +0300)]
unit: Add gdbus/client_force_disconnect
This tests if watches created using g_dbus_proxy_set_removed_watch works
when the service disconnects from the bus.
Luiz Augusto von Dentz [Mon, 9 Sep 2013 08:31:14 +0000 (11:31 +0300)]
unit: Add gdbus/client_proxy_removed
This tests if watches created using g_dbus_proxy_set_removed_watch works
when the interface is removed.
Szymon Janc [Wed, 11 Sep 2013 14:03:28 +0000 (16:03 +0200)]
monitor: Add missing include
Bionic library requires explicit include for data types used in ioctl
call. This fix following build error with bionic:
target C: btmon <= external/bluetooth/bluez/monitor/display.c
external/bluetooth/bluez/monitor/display.c: In function 'num_columns':
external/bluetooth/bluez/monitor/display.c:59:18: error: storage size
of 'ws' isn't known
Denis Kenzior [Tue, 10 Sep 2013 16:42:23 +0000 (11:42 -0500)]
profile: Remove support for Cancel method
Denis Kenzior [Tue, 10 Sep 2013 16:42:22 +0000 (11:42 -0500)]
doc: Remove Profile1.Cancel() method
There does not seem to be any actual need for this method.
The current implementation calls Cancel when a pending
NewConnection() or RequestDisconnection() method call fails.
Additionally it calls Cancel() when the remote client has disconnected.
In either case BlueZ calls shutdown on the file descriptor associated
with the agent and issues a Cancel() method call.
The closing of the file descriptor will trigger a HUP on the agent side,
which will trigger normal cleanup procedures. The received Cancel()
method call is redundant in both cases.
Denis Kenzior [Tue, 10 Sep 2013 16:42:21 +0000 (11:42 -0500)]
doc: Label Profile1.Release() method as no reply
The current implementation does not expect a reply, nor would it make
sense for BlueZ to wait for one from the agent. So explicitly label
this method as noreply.
Szymon Janc [Wed, 11 Sep 2013 13:52:14 +0000 (15:52 +0200)]
avdtp: Remove unused STREAM_TIMEOUT define
Szymon Janc [Wed, 11 Sep 2013 13:52:13 +0000 (15:52 +0200)]
avdtp: Remove not used includes
Szymon Janc [Wed, 11 Sep 2013 13:52:12 +0000 (15:52 +0200)]
avdtp: Remove not used pending_auth from struct avdtp
Marcel Holtmann [Wed, 11 Sep 2013 14:13:31 +0000 (07:13 -0700)]
shared: Check HCI packet type before sending it to btdev
Andrei Emeltchenko [Tue, 10 Sep 2013 13:11:37 +0000 (16:11 +0300)]
codingstyle: Change __FUNCTION__ to __func__
The __func__ macro is part of the C99 standard whereas __FUNCTION__ is a
legacy gcc specific alias for it:
http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html
Additionally, checkpatch.pl that's commonly used to verify coding style
also recommends to use __func__ instead of __FUNCTION__.
Johan Hedberg [Wed, 11 Sep 2013 07:54:41 +0000 (10:54 +0300)]
emulator: Add missing HCI commands to the supported commands response
Johan Hedberg [Wed, 11 Sep 2013 07:54:22 +0000 (10:54 +0300)]
emulator: Disallow SCO HCI commands on LE-only controllers
Johan Hedberg [Wed, 11 Sep 2013 07:53:56 +0000 (10:53 +0300)]
emulator: Disallow HCI_Write_Current_IAP_LAP for LE-only controllers
Marcel Holtmann [Wed, 11 Sep 2013 07:04:35 +0000 (00:04 -0700)]
emulator: Add support for reading local out-of-band data
Marcel Holtmann [Wed, 11 Sep 2013 04:12:05 +0000 (21:12 -0700)]
emulator: Add options to usage description
Luiz Augusto von Dentz [Tue, 10 Sep 2013 11:38:55 +0000 (14:38 +0300)]
obexd/bluetooth: Fix error on register_profile
The error happens whenever RegisterProfile fails the interface is not
unregistered causing any subsequent call to register_profile function
to fail:
obexd[944]: D-Bus failed to register /org/bluez/obex/00005005_0000_1000_8000_0002ee000001
obexd[944]: bluetooth: Failed to register profile (null)
Marcel Holtmann [Mon, 9 Sep 2013 21:21:49 +0000 (14:21 -0700)]
build: Check for clock_gettime with -lrt
Luiz Augusto von Dentz [Mon, 19 Aug 2013 14:12:04 +0000 (17:12 +0300)]
obexd: Make use of g_dbus_send_message*
This replaces dbus_connection_send* with g_dbus_send_message* which do
not alter message order.
Luiz Augusto von Dentz [Mon, 19 Aug 2013 12:45:11 +0000 (15:45 +0300)]
audio/media: Make use of g_dbus_send_message_with_reply
This replaces dbus_connection_send_with_reply with
g_dbus_send_message_with_reply which does not alter message order.
Luiz Augusto von Dentz [Mon, 19 Aug 2013 14:17:17 +0000 (17:17 +0300)]
neard: Make use of g_dbus_send_message_with_reply
This replaces dbus_connection_send_with_reply with
g_dbus_send_message_with_reply which does not alter message order.
Luiz Augusto von Dentz [Mon, 19 Aug 2013 12:41:49 +0000 (15:41 +0300)]
core: Make use of g_dbus_send_message_with_reply
This replaces dbus_connection_send_with_reply with
g_dbus_send_message_with_reply which does not alter message order.
Luiz Augusto von Dentz [Mon, 19 Aug 2013 13:54:35 +0000 (16:54 +0300)]
gdbus: Fix emitting PropertiesChanged twice
This fixes double emission of PropertiesChanged introduced by flushing
changes, the flushing can happen during the pending processing so the
pending_prop flag needs to be updated in the beginning and the list of
properties can be freed before g_dbus_send_message as it is not required
anymore.
Luiz Augusto von Dentz [Mon, 19 Aug 2013 13:05:15 +0000 (16:05 +0300)]
gdbus: Avoid calling dbus_connection_send*
dbus_connection_send* should not be called directly except by
g_dbus_send_message.
Luiz Augusto von Dentz [Mon, 19 Aug 2013 12:25:57 +0000 (15:25 +0300)]
gdbus: Add g_dbus_send_message_with_reply
g_dbus_send_message_with_reply flushes pending signals before calling
dbus_connection_send_with_reply so it does not alter the message order
Luiz Augusto von Dentz [Mon, 19 Aug 2013 11:39:28 +0000 (14:39 +0300)]
gdbus: Fix sending ObjectManager/Properties signals out of order
In some cases the order of the messages is altered when a message is
sent without processing the pending signals first, currently this affect
client_check_order unit test:
/gdbus/client_check_order: **
ERROR:unit/test-gdbus-client.c:795:property_check_order: assertion failed: (g_strcmp0(string, "value1") == 0)
As can be observed the value of the property is not yet updated because the
signal it is still pending, once this fix is applied the test pass:
/gdbus/client_check_order: OK
Note that the flushing only works when g_dbus_send_message is used so
places where dbus_connection_send and other variants are called directly
may still change the order.
Luiz Augusto von Dentz [Mon, 19 Aug 2013 11:38:46 +0000 (14:38 +0300)]
unit: Add gdbus/client_check_order
Luiz Augusto von Dentz [Mon, 19 Aug 2013 13:49:51 +0000 (16:49 +0300)]
build: Fix not rebuilding bluetoothd if gdbus changes
src_bluetoothd_DEPENDENCIES should list all local libraries including gdbus
otherwise it does not get relinked whenever gdbus changes.
Frédéric Dalleau [Fri, 9 Aug 2013 15:42:55 +0000 (17:42 +0200)]
sco-tester: Update ECONNABORTED to EOPNOTSUPP
Kernel interface has evolved in between.
Marcel Holtmann [Mon, 9 Sep 2013 05:29:19 +0000 (22:29 -0700)]
monitor: Decode page scan and page scan period mode commands
Marcel Holtmann [Mon, 9 Sep 2013 05:28:55 +0000 (22:28 -0700)]
monitor: Add definitions for page scan and page scan period mode
Marcel Holtmann [Mon, 9 Sep 2013 05:15:15 +0000 (22:15 -0700)]
monitor: Add more details to Set Event Filter decoding
Marcel Holtmann [Sun, 8 Sep 2013 08:51:15 +0000 (01:51 -0700)]
monitor: Add decoding for number of supported IAC command
Marcel Holtmann [Sun, 8 Sep 2013 08:48:30 +0000 (01:48 -0700)]
monitor: Add definition for number of supported IAC command
Marcel Holtmann [Sun, 8 Sep 2013 08:48:06 +0000 (01:48 -0700)]
monitor: Add decoding for link supervision timeout commands
Marcel Holtmann [Sun, 8 Sep 2013 08:47:42 +0000 (01:47 -0700)]
monitor: Add definitions for link supervision timeout commands
Marcel Holtmann [Sun, 8 Sep 2013 08:30:59 +0000 (01:30 -0700)]
monitor: Fix decoding of link policy settings command
Marcel Holtmann [Sun, 8 Sep 2013 04:36:38 +0000 (21:36 -0700)]
emulator: Add support for LE test commands
Marcel Holtmann [Sun, 8 Sep 2013 04:28:34 +0000 (21:28 -0700)]
emulator: Add emulation a few more HCI commands
Marcel Holtmann [Sun, 8 Sep 2013 04:27:59 +0000 (21:27 -0700)]
monitor: Decode host buffer size and device under test commands
Marcel Holtmann [Sun, 8 Sep 2013 04:27:36 +0000 (21:27 -0700)]
monitor: Decode inquiry scan activity commands
Marcel Holtmann [Sun, 8 Sep 2013 04:26:47 +0000 (21:26 -0700)]
monitor: Decode security mode 3 auth and encrypt commands
Marcel Holtmann [Sun, 8 Sep 2013 04:23:52 +0000 (21:23 -0700)]
monitor: Add some missing HCI command definitions
Marcel Holtmann [Sat, 7 Sep 2013 23:35:22 +0000 (16:35 -0700)]
emulator: Add support for host buffer size and LE rand commands
Marcel Holtmann [Sat, 7 Sep 2013 23:34:24 +0000 (16:34 -0700)]
monitor: Add definition for host buffer size command
David Herrmann [Mon, 2 Sep 2013 11:58:09 +0000 (13:58 +0200)]
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.
Johan Hedberg [Thu, 5 Sep 2013 11:24:07 +0000 (14:24 +0300)]
monitor: Fix minor white space issues in header
Marcel Holtmann [Wed, 4 Sep 2013 04:59:45 +0000 (21:59 -0700)]
tools: Add example utility to demonstrate user channel usage
Marcel Holtmann [Wed, 4 Sep 2013 02:04:54 +0000 (19:04 -0700)]
tools: Make parameter argument variables const
Luiz Augusto von Dentz [Wed, 21 Aug 2013 11:06:09 +0000 (14:06 +0300)]
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.
Marcel Holtmann [Mon, 2 Sep 2013 21:33:30 +0000 (14:33 -0700)]
tools: Add command line options for btattach utility
Marcel Holtmann [Mon, 2 Sep 2013 18:47:27 +0000 (11:47 -0700)]
build: Add test-driver to maintainer clean process
Marcel Holtmann [Mon, 2 Sep 2013 18:44:27 +0000 (11:44 -0700)]
monitor: Add support for printing UUID-128 in ATT
Marcel Holtmann [Mon, 2 Sep 2013 18:43:57 +0000 (11:43 -0700)]
monitor: Fix format string for UUID-128 print out
Marcel Holtmann [Mon, 2 Sep 2013 18:25:54 +0000 (11:25 -0700)]
build: Check for clock_gettime and pthread_create
Marcel Holtmann [Mon, 2 Sep 2013 18:17:05 +0000 (11:17 -0700)]
lib: Add definition for HCI_CHANNEL_USER
Marcel Holtmann [Mon, 2 Sep 2013 17:31:22 +0000 (10:31 -0700)]
emulator: Filter for valid packet types from /dev/vhci
Luiz Augusto von Dentz [Mon, 2 Sep 2013 08:13:40 +0000 (11:13 +0300)]
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.
Christian Fetzer [Thu, 22 Aug 2013 16:08:41 +0000 (18:08 +0200)]
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 [Fri, 30 Aug 2013 12:45:12 +0000 (14:45 +0200)]
obexd: Add property Folder to MAP message
Christian Fetzer [Fri, 30 Aug 2013 12:45:11 +0000 (14:45 +0200)]
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.
Marcel Holtmann [Wed, 28 Aug 2013 21:15:22 +0000 (14:15 -0700)]
build: Remove all checks for USB library support
Marcel Holtmann [Wed, 28 Aug 2013 21:11:28 +0000 (14:11 -0700)]
tools: Remove libusb dependency from hid2hci
Marcel Holtmann [Wed, 28 Aug 2013 21:10:59 +0000 (14:10 -0700)]
tools: Fix a few USB handling issues within bccmd utility
Marcel Holtmann [Wed, 28 Aug 2013 20:21:44 +0000 (13:21 -0700)]
build: Remove extra checks for libusb usage of bccmd
Marcel Holtmann [Wed, 28 Aug 2013 20:21:02 +0000 (13:21 -0700)]
tools: Access USB device directly from bccmd without libusb
Marcel Holtmann [Wed, 28 Aug 2013 04:26:48 +0000 (21:26 -0700)]
shared: Fix constants for extended btsnoop types
Marcel Holtmann [Wed, 28 Aug 2013 02:39:05 +0000 (19:39 -0700)]
monitor: Fix minor typo in command description
Marcel Holtmann [Wed, 28 Aug 2013 02:36:59 +0000 (19:36 -0700)]
monitor: Remove some confusing comments
Marcel Holtmann [Wed, 28 Aug 2013 02:31:43 +0000 (19:31 -0700)]
monitor: Add support for decoding inquiry scan type commands
Marcel Holtmann [Wed, 28 Aug 2013 02:31:15 +0000 (19:31 -0700)]
monitor: Add structures for inquiry scan type commands
Marcel Holtmann [Wed, 28 Aug 2013 02:22:00 +0000 (19:22 -0700)]
monitor: Add support for AFH classification and assessment commands
Marcel Holtmann [Wed, 28 Aug 2013 02:21:28 +0000 (19:21 -0700)]
emulator: Fix up AFH channel assessment structures
Marcel Holtmann [Wed, 28 Aug 2013 01:57:10 +0000 (18:57 -0700)]
monitor: Add support for decoding Write Inquiry TX Power Level command
Marcel Holtmann [Wed, 28 Aug 2013 01:56:32 +0000 (18:56 -0700)]
monitor: Add structure for writing inquiry tx power level
Marcel Holtmann [Wed, 28 Aug 2013 01:44:28 +0000 (18:44 -0700)]
monitor: Add support for decoding HCI Read Local OOB Data command
Marcel Holtmann [Wed, 28 Aug 2013 01:43:57 +0000 (18:43 -0700)]
monitor: Add structure for local out-of-band data details
Marcel Holtmann [Tue, 27 Aug 2013 23:42:56 +0000 (16:42 -0700)]
monitor: Add support for decoding failed contact counter commands
Marcel Holtmann [Tue, 27 Aug 2013 23:42:37 +0000 (16:42 -0700)]
monitor: Add structures for failed contact counters
Marcel Holtmann [Tue, 27 Aug 2013 21:56:34 +0000 (14:56 -0700)]
monitor: Add support for decoding HCI Read Channel Map command