OSDN Git Service

android-x86/external-bluetooth-bluez.git
10 years agoandroid/a2dp: Fix memory leak
Andrzej Kaczmarek [Wed, 15 Jan 2014 21:01:39 +0000 (22:01 +0100)]
android/a2dp: Fix memory leak

audio_ipc_send_rsp_full() does not free buffer passed as parameter
thus it should be freed by caller.

This fixes following Valgrind report:

==1238== 5 bytes in 1 blocks are definitely lost in loss record 22 of 54
==1238==    at 0x4896DC8: calloc (in /system/lib/valgrind/vgpreload_memcheck-arm-linux.so)
==1238==    by 0x48C5DB7: g_malloc0 (gmem.c:189)
==1238==    by 0x1150EF: bt_stream_open (a2dp.c:1177)
==1238==    by 0x1116A7: ipc_handle_msg (ipc.c:95)
==1238==    by 0x111C11: audio_watch_cb (audio-ipc.c:66)
==1238==    by 0x48BD9C7: g_io_unix_dispatch (giounix.c:166)
==1238==    by 0x48C2CCB: g_main_context_dispatch (gmain.c:2539)
==1238==    by 0x48C2ED9: g_main_context_iterate.isra.19 (gmain.c:3146)
==1238==    by 0x48C3167: g_main_loop_run (gmain.c:3340)
==1238==    by 0x10B207: main (main.c:436)

10 years agoandroid/a2dp: Fix memory leak
Andrzej Kaczmarek [Wed, 15 Jan 2014 21:01:38 +0000 (22:01 +0100)]
android/a2dp: Fix memory leak

avdtp_service_cap_new() makes own copy of data stored in "codec" thus
it should be freed by caller.

This fixes following Valgrind report:

==1238== 6 bytes in 1 blocks are definitely lost in loss record 27 of 54
==1238==    at 0x4896DC8: calloc (in /system/lib/valgrind/vgpreload_memcheck-arm-linux.so)
==1238==    by 0x48C5DB7: g_malloc0 (gmem.c:189)
==1238==    by 0x115B4B: discover_cb (a2dp.c:303)
==1238==    by 0x111DE7: finalize_discovery (avdtp.c:933)
==1238==    by 0x114441: session_cb (avdtp.c:2556)
==1238==    by 0x48BD9C7: g_io_unix_dispatch (giounix.c:166)
==1238==    by 0x48C2CCB: g_main_context_dispatch (gmain.c:2539)
==1238==    by 0x48C2ED9: g_main_context_iterate.isra.19 (gmain.c:3146)
==1238==    by 0x48C3167: g_main_loop_run (gmain.c:3340)
==1238==    by 0x10B207: main (main.c:436)

10 years agoandroid: Add simple rotation of snoop file
Andrzej Kaczmarek [Wed, 15 Jan 2014 21:01:36 +0000 (22:01 +0100)]
android: Add simple rotation of snoop file

Already existing snoop file is renamed by adding ".old" suffix before
new one is created. This is useful in case phone is restarted so logs
are not overwritten and for this reason it's only applied in case
default snoop file name is used.

10 years agoandroid: Fix typo in bluetoothd-snoop.c
Andrzej Kaczmarek [Wed, 15 Jan 2014 21:01:37 +0000 (22:01 +0100)]
android: Fix typo in bluetoothd-snoop.c

10 years agodoc: Update mgmt-tester and hci-tester coverage statistics
Marcel Holtmann [Thu, 16 Jan 2014 05:50:49 +0000 (21:50 -0800)]
doc: Update mgmt-tester and hci-tester coverage statistics

10 years agotools/mgmt-tester: Add auth failure mgmt event to pair_device test conditions
Johan Hedberg [Wed, 15 Jan 2014 13:27:47 +0000 (15:27 +0200)]
tools/mgmt-tester: Add auth failure mgmt event to pair_device test conditions

10 years agotools/mgmt-tester: Add new link key mgmt event to pair_device test conditions
Johan Hedberg [Wed, 15 Jan 2014 13:24:52 +0000 (15:24 +0200)]
tools/mgmt-tester: Add new link key mgmt event to pair_device test conditions

10 years agodoc: Update android-tester coverage statistics
Szymon Janc [Wed, 15 Jan 2014 13:20:54 +0000 (14:20 +0100)]
doc: Update android-tester coverage statistics

10 years agoandroid/tester: Add set device DISCTIMEOUT prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:08 +0000 (13:17 +0100)]
android/tester: Add set device DISCTIMEOUT prop fail test case

This adds set device DISCOVERY TIMEOUT property fail test case.

10 years agoandroid/tester: Add set device BONDED_DEV prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:07 +0000 (13:17 +0100)]
android/tester: Add set device BONDED_DEV prop fail test case

This adds set device BONDED DEVICES property fail test case.

10 years agoandroid/tester: Add set device SCAN_MODE prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:06 +0000 (13:17 +0100)]
android/tester: Add set device SCAN_MODE prop fail test case

This adds set device SCAN MODE property fail test case.

10 years agoandroid/tester: Add set device SERVICE_RECORD prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:05 +0000 (13:17 +0100)]
android/tester: Add set device SERVICE_RECORD prop fail test case

This adds set device SERVICE RECORD property fail test case.

10 years agoandroid/tester: Add set device BDADDR prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:04 +0000 (13:17 +0100)]
android/tester: Add set device BDADDR prop fail test case

This adds set device BDADDR property fail test case.

10 years agoandroid/tester: Add set device TIMESTAMP prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:03 +0000 (13:17 +0100)]
android/tester: Add set device TIMESTAMP prop fail test case

This adds set device TIMESTAMP property fail test case.

10 years agoandroid/tester: Add set device RSSI prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:02 +0000 (13:17 +0100)]
android/tester: Add set device RSSI prop fail test case

This adds set device RSSI property fail test case.

10 years agoandroid/tester: Add set device TOD prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:01 +0000 (13:17 +0100)]
android/tester: Add set device TOD prop fail test case

This adds set device TYPE OF DEVICE property fail test case.

10 years agoandroid/tester: Add set device COD prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:17:00 +0000 (13:17 +0100)]
android/tester: Add set device COD prop fail test case

This adds set device CLASS OF DEVICE property fail test case.

10 years agoandroid/tester: Add set device UUIDS prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:16:59 +0000 (13:16 +0100)]
android/tester: Add set device UUIDS prop fail test case

This adds set device UUIDS property fail test case.

10 years agoandroid/tester: Add set device BDNAME prop fail test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:16:58 +0000 (13:16 +0100)]
android/tester: Add set device BDNAME prop fail test case

This adds set device BDNAME property fail test case.

10 years agoandroid/tester: Add set device FRIENDLY_NAME prop success test case
Grzegorz Kolodziejczyk [Wed, 15 Jan 2014 12:16:57 +0000 (13:16 +0100)]
android/tester: Add set device FRIENDLY_NAME prop success test case

This adds set device FRIENDLY NAME property success test case.

10 years agotools/mgmt-tester: Add basic pairing acceptor failure test
Johan Hedberg [Wed, 15 Jan 2014 13:21:07 +0000 (15:21 +0200)]
tools/mgmt-tester: Add basic pairing acceptor failure test

10 years agotools/mgmt-tester: Wait for link key event in pairing acceptor test
Johan Hedberg [Wed, 15 Jan 2014 13:19:09 +0000 (15:19 +0200)]
tools/mgmt-tester: Wait for link key event in pairing acceptor test

10 years agotools/mgmt-tester: Allow checking for mgmt events in pairing acceptor tests
Johan Hedberg [Wed, 15 Jan 2014 13:18:25 +0000 (15:18 +0200)]
tools/mgmt-tester: Allow checking for mgmt events in pairing acceptor tests

10 years agotools/mgmt-tester: Make expected mgmt event content checking optional
Johan Hedberg [Wed, 15 Jan 2014 13:17:57 +0000 (15:17 +0200)]
tools/mgmt-tester: Make expected mgmt event content checking optional

10 years agoandroid/A2DP: Connect transport channel when initiator
Luiz Augusto von Dentz [Tue, 14 Jan 2014 11:41:22 +0000 (13:41 +0200)]
android/A2DP: Connect transport channel when initiator

This connects transport channel when initiator of open request.

10 years agoandroid/A2DP: Add handling of incoming transport connection
Luiz Augusto von Dentz [Tue, 14 Jan 2014 11:24:47 +0000 (13:24 +0200)]
android/A2DP: Add handling of incoming transport connection

This adds handling of incoming transport connection attempt.

10 years agotools/mgmt-tester: Add simple pairing acceptor test case
Johan Hedberg [Wed, 15 Jan 2014 12:48:37 +0000 (14:48 +0200)]
tools/mgmt-tester: Add simple pairing acceptor test case

10 years agotools/mgmt-tester: Include PIN callback as a necessary test condition
Johan Hedberg [Wed, 15 Jan 2014 12:48:12 +0000 (14:48 +0200)]
tools/mgmt-tester: Include PIN callback as a necessary test condition

10 years agoemulator/bthost: Fix requesting encryption if authentication failed
Johan Hedberg [Wed, 15 Jan 2014 12:38:04 +0000 (14:38 +0200)]
emulator/bthost: Fix requesting encryption if authentication failed

10 years agoemulator/bthost: Add API to request authentication
Johan Hedberg [Wed, 15 Jan 2014 12:34:01 +0000 (14:34 +0200)]
emulator/bthost: Add API to request authentication

10 years agoemulator/bthost: Add basic support for link key requests
Johan Hedberg [Wed, 15 Jan 2014 12:33:38 +0000 (14:33 +0200)]
emulator/bthost: Add basic support for link key requests

10 years agotools/mgmt-tester: Fix BR/EDR disable callback if it's the last setting changed
Johan Hedberg [Wed, 15 Jan 2014 10:27:25 +0000 (12:27 +0200)]
tools/mgmt-tester: Fix BR/EDR disable callback if it's the last setting changed

10 years agoandroid/a2dp: Fix freeing preset on SEP close
Andrzej Kaczmarek [Tue, 14 Jan 2014 16:16:19 +0000 (17:16 +0100)]
android/a2dp: Fix freeing preset on SEP close

In case SEP was opened from local side, corresponding a2dp_setup
structure has just reference to a2dp_preset which is stored on presets
list. As a result, when closing SEP such preset will be freed leaving
dangling pointer on presets list.

10 years agoandroid/a2dp: Fix IPC response length calculation
Andrzej Kaczmarek [Tue, 14 Jan 2014 16:16:18 +0000 (17:16 +0100)]
android/a2dp: Fix IPC response length calculation

struct audio_rsp_open_stream has only zero-length array member thus its
size equals to 0. We need to explicitly specify size of array element
type here.

10 years agoandroid: Actually btmon does not need GLib includes
Marcel Holtmann [Wed, 15 Jan 2014 04:40:29 +0000 (20:40 -0800)]
android: Actually btmon does not need GLib includes

10 years agoandroid: Fix typo in referenced source file
Marcel Holtmann [Wed, 15 Jan 2014 04:37:13 +0000 (20:37 -0800)]
android: Fix typo in referenced source file

10 years agoandroid: Include btproxy utility in distribution
Marcel Holtmann [Wed, 15 Jan 2014 04:31:55 +0000 (20:31 -0800)]
android: Include btproxy utility in distribution

10 years agotools: Do not modify the available features
Marcel Holtmann [Tue, 14 Jan 2014 21:42:45 +0000 (13:42 -0800)]
tools: Do not modify the available features

10 years agodoc: Update l2cap-tester coverage statistics
Johan Hedberg [Tue, 14 Jan 2014 20:42:21 +0000 (22:42 +0200)]
doc: Update l2cap-tester coverage statistics

10 years agodoc: Fix minor whitespace issue
Johan Hedberg [Tue, 14 Jan 2014 20:41:10 +0000 (22:41 +0200)]
doc: Fix minor whitespace issue

10 years agodoc: Update mgmt-tester coverage statistics
Johan Hedberg [Tue, 14 Jan 2014 20:40:13 +0000 (22:40 +0200)]
doc: Update mgmt-tester coverage statistics

10 years agoandroid: The property_set wrapper is actually written by Intel
Marcel Holtmann [Tue, 14 Jan 2014 20:35:42 +0000 (12:35 -0800)]
android: The property_set wrapper is actually written by Intel

10 years agodoc: Update android-tester summary in test-coverage.txt
Szymon Janc [Tue, 14 Jan 2014 18:37:16 +0000 (19:37 +0100)]
doc: Update android-tester summary in test-coverage.txt

10 years agoandroid/tester: Add get device FRIENDLY_NAME prop fail test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:46 +0000 (14:54 +0100)]
android/tester: Add get device FRIENDLY_NAME prop fail test case

This adds device FRIENDLY NAME property fail test case.

10 years agoandroid/tester: Add get device VERINFO property fail test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:45 +0000 (14:54 +0100)]
android/tester: Add get device VERINFO property fail test case

This adds device VERSION INFO property fail test case.

10 years agoandroid/tester: Add get device DISCTIMEOUT prop fail test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:44 +0000 (14:54 +0100)]
android/tester: Add get device DISCTIMEOUT prop fail test case

This adds device DISCOVERY TIMEOUT property fail test case.

10 years agoandroid/tester: Add get device BONDED_DEV property fail test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:43 +0000 (14:54 +0100)]
android/tester: Add get device BONDED_DEV property fail test case

This adds device BONDED DEVICES property fail test case.

10 years agoandroid/tester: Add get device SCAN_MODE property fail test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:42 +0000 (14:54 +0100)]
android/tester: Add get device SCAN_MODE property fail test case

This adds device SCAN MODE property fail test case.

10 years agoandroid/tester: Add get device SERVREC property fail test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:41 +0000 (14:54 +0100)]
android/tester: Add get device SERVREC property fail test case

This adds device SERVICE RECORD property fail test case.

10 years agoandroid/tester: Add get device BDADDR property fail test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:40 +0000 (14:54 +0100)]
android/tester: Add get device BDADDR property fail test case

This adds device BDADDR property fail test case.

10 years agoandroid/tester: Add get device TIMESTAMP prop success test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:39 +0000 (14:54 +0100)]
android/tester: Add get device TIMESTAMP prop success test case

This adds device TIMESTAMP property success test case.

10 years agoandroid/tester: Add get device RSSI property success test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:38 +0000 (14:54 +0100)]
android/tester: Add get device RSSI property success test case

This adds device RSSI property success test case.

10 years agoandroid/tester: Add get device TOD property success test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:37 +0000 (14:54 +0100)]
android/tester: Add get device TOD property success test case

This adds device TOD property success test case.

10 years agoandroid/tester: Add get device COD property success test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:36 +0000 (14:54 +0100)]
android/tester: Add get device COD property success test case

This adds device COD property success test case.

10 years agoandroid/tester: Add get device UUIDS property success test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:35 +0000 (14:54 +0100)]
android/tester: Add get device UUIDS property success test case

This adds device UUIDS property success test case.

10 years agoandroid/tester: Add get device BDNAME property success test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:34 +0000 (14:54 +0100)]
android/tester: Add get device BDNAME property success test case

This adds device BDNAME property success test case.

10 years agoandroid/tester: Add get device properties success test case
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:33 +0000 (14:54 +0100)]
android/tester: Add get device properties success test case

This adds device properties success test case.

10 years agoandroid/tester: Fix for asynchronous test case condition check
Grzegorz Kolodziejczyk [Tue, 14 Jan 2014 13:54:32 +0000 (14:54 +0100)]
android/tester: Fix for asynchronous test case condition check

This patch fixes checking the state of test case. Due to asynchronous of
callbacks during state check of every single condition, state can be
checked double time by callback condition check with pass status already
set in meantime. Now state is kept as one decremented int.
To pass it must be equal zero and cannot be checked set again.

10 years agoandroid: Fix host build if libcap headers are not present
Szymon Janc [Tue, 14 Jan 2014 12:26:46 +0000 (13:26 +0100)]
android: Fix host build if libcap headers are not present

10 years agoandroid: Remove support for old Android versions
Szymon Janc [Tue, 14 Jan 2014 11:51:47 +0000 (12:51 +0100)]
android: Remove support for old Android versions

This removes compatibility with Android 4.3 and older. Android 4.4 is
current target. Due to bug in Audio HAL in 4.2 build was failing on
that version anyway.

10 years agoandroid/README: Update documentation with AOSP 4.4
Szymon Janc [Mon, 13 Jan 2014 22:47:08 +0000 (23:47 +0100)]
android/README: Update documentation with AOSP 4.4

This includes:
 - sample repository to AOSP 4.4 based repository with support for
   Nexus 4 and Nexus 7 2013 devices.
 - adds info about snoop service
 - other random additions

10 years agol2test: Use correct buffer size
Andrei Emeltchenko [Mon, 13 Jan 2014 16:39:44 +0000 (18:39 +0200)]
l2test: Use correct buffer size

10 years agoscotest: Use correct buffer size
Andrei Emeltchenko [Mon, 13 Jan 2014 16:34:45 +0000 (18:34 +0200)]
scotest: Use correct buffer size

10 years agomonitor: Print vendor command status and complete as Vendor
Marcel Holtmann [Tue, 14 Jan 2014 11:20:58 +0000 (03:20 -0800)]
monitor: Print vendor command status and complete as Vendor

10 years agotools/l2cap-tester: Add server side security block test case
Johan Hedberg [Tue, 14 Jan 2014 10:19:48 +0000 (12:19 +0200)]
tools/l2cap-tester: Add server side security block test case

Note that this test will currently fail part of the time due to a race
on the kernel side. This is because the kernel doesn't wait for remote
feature resolution before processing incoming L2CAP signaling packets.

10 years agotools: Add support activating/deactivating traces
Marcel Holtmann [Tue, 14 Jan 2014 11:12:51 +0000 (03:12 -0800)]
tools: Add support activating/deactivating traces

10 years agomonitor: Print status for unknown command complete events
Marcel Holtmann [Tue, 14 Jan 2014 11:11:37 +0000 (03:11 -0800)]
monitor: Print status for unknown command complete events

10 years agomonitor: Print status only command complete for unknown commands
Marcel Holtmann [Tue, 14 Jan 2014 11:08:22 +0000 (03:08 -0800)]
monitor: Print status only command complete for unknown commands

10 years agomonitor: Print vendor commands as Vendor and not as Unknown
Marcel Holtmann [Tue, 14 Jan 2014 10:57:11 +0000 (02:57 -0800)]
monitor: Print vendor commands as Vendor and not as Unknown

10 years agoandroid/AVDTP: Fix invalid free of struct discover
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:48 +0000 (12:42 +0200)]
android/AVDTP: Fix invalid free of struct discover

If callback releases the last reference it can cause the following:
Invalid free() / delete / delete[] / realloc()
   at 0x4A07577: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
   by 0x386244EF7E: g_free (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x410356: finalize_discovery (avdtp.c:933)
   by 0x414462: session_cb (avdtp.c:2555)
   by 0x38624492A5: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x3862449627: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x3862449A39: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x403A95: main (main.c:439)
 Address 0x4cf7af0 is 0 bytes inside a block of size 24 free'd
   at 0x4A07577: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
   by 0x386244EF7E: g_free (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x410356: finalize_discovery (avdtp.c:933)
   by 0x4110BC: avdtp_unref (avdtp.c:1026)
   by 0x416491: a2dp_device_free (a2dp.c:122)
   by 0x4165DF: bt_a2dp_notify_state (a2dp.c:166)
   by 0x417170: discover_cb (a2dp.c:333)
   by 0x41034E: finalize_discovery (avdtp.c:931)
   by 0x414462: session_cb (avdtp.c:2555)
   by 0x38624492A5: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x3862449627: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x3862449A39: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3800.2)

10 years agoaudio/A2DP: Add implemention of SEP abort confirmation
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:47 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP abort confirmation

10 years agoaudio/A2DP: Add implemention of SEP close confirmation
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:46 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP close confirmation

10 years agoaudio/A2DP: Add implemention of SEP suspend confirmation
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:45 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP suspend confirmation

10 years agoaudio/A2DP: Add implemention of SEP start confirmation
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:44 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP start confirmation

10 years agoaudio/A2DP: Add implemention of SEP open confirmation
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:43 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP open confirmation

10 years agoaudio/A2DP: Add implemention of SEP set_configuration confirmation
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:42 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP set_configuration confirmation

10 years agoandroid/A2DP: Discover endpoints when initiator
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:41 +0000 (12:42 +0200)]
android/A2DP: Discover endpoints when initiator

10 years agoaudio/A2DP: Add implemention of SEP suspend indication
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:40 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP suspend indication

10 years agoaudio/A2DP: Add implemention of SEP start indication
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:39 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP start indication

10 years agoaudio/A2DP: Add implemention of SEP close indication
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:38 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP close indication

10 years agoaudio/A2DP: Add implemention of SEP open indication
Luiz Augusto von Dentz [Tue, 14 Jan 2014 10:42:37 +0000 (12:42 +0200)]
audio/A2DP: Add implemention of SEP open indication

10 years agotools/l2cap-tester: Add two more Invalid PSM client tests for PSM 1
Johan Hedberg [Tue, 14 Jan 2014 08:00:45 +0000 (10:00 +0200)]
tools/l2cap-tester: Add two more Invalid PSM client tests for PSM 1

10 years agoshared: Add address and features configuration support
Marcel Holtmann [Tue, 14 Jan 2014 06:57:14 +0000 (22:57 -0800)]
shared: Add address and features configuration support

10 years agotools: Add Bluemoon configuration utility
Marcel Holtmann [Tue, 14 Jan 2014 04:56:39 +0000 (20:56 -0800)]
tools: Add Bluemoon configuration utility

10 years agoshared: Introduce flag for detecting HCI stream based sources
Marcel Holtmann [Tue, 14 Jan 2014 03:37:54 +0000 (19:37 -0800)]
shared: Introduce flag for detecting HCI stream based sources

10 years agotools/mgmt-tester: Add basic non-pairable SSP test case
Johan Hedberg [Mon, 13 Jan 2014 15:00:21 +0000 (17:00 +0200)]
tools/mgmt-tester: Add basic non-pairable SSP test case

10 years agoemulator: Fix SSP IO capability request handling
Johan Hedberg [Mon, 13 Jan 2014 14:56:49 +0000 (16:56 +0200)]
emulator: Fix SSP IO capability request handling

10 years agomonitor: Add definitions for IO capability request command completion
Johan Hedberg [Mon, 13 Jan 2014 14:54:35 +0000 (16:54 +0200)]
monitor: Add definitions for IO capability request command completion

10 years agoemulator: Add reminding comment to fix link key type
Johan Hedberg [Mon, 13 Jan 2014 14:31:39 +0000 (16:31 +0200)]
emulator: Add reminding comment to fix link key type

10 years agoemulator: Fix emitting bogus encrypt change if we're not connected
Johan Hedberg [Mon, 13 Jan 2014 14:31:00 +0000 (16:31 +0200)]
emulator: Fix emitting bogus encrypt change if we're not connected

10 years agotools/l2cap-tester: Add basic L2CAP client test with SSP enabled
Johan Hedberg [Mon, 13 Jan 2014 14:29:42 +0000 (16:29 +0200)]
tools/l2cap-tester: Add basic L2CAP client test with SSP enabled

10 years agotools/l2cap-tester: Fix missing pairable setting enabling
Johan Hedberg [Mon, 13 Jan 2014 14:29:19 +0000 (16:29 +0200)]
tools/l2cap-tester: Fix missing pairable setting enabling

10 years agoemulator: Fix returning correct remote host features
Johan Hedberg [Mon, 13 Jan 2014 14:27:17 +0000 (16:27 +0200)]
emulator: Fix returning correct remote host features

10 years agoemulator: Fix completion of SSP user confirm commands
Johan Hedberg [Mon, 13 Jan 2014 14:26:22 +0000 (16:26 +0200)]
emulator: Fix completion of SSP user confirm commands

10 years agomonitor: Add defines for SSP user confirmation command completion
Johan Hedberg [Mon, 13 Jan 2014 14:24:47 +0000 (16:24 +0200)]
monitor: Add defines for SSP user confirmation command completion

10 years agotools/l2cap-tester: Add support for enabling SSP for tests
Johan Hedberg [Mon, 13 Jan 2014 13:00:58 +0000 (15:00 +0200)]
tools/l2cap-tester: Add support for enabling SSP for tests

10 years agoandroid/a2dp: Fix buffer size calculation for codec caps
Andrzej Kaczmarek [Mon, 13 Jan 2014 12:53:47 +0000 (13:53 +0100)]
android/a2dp: Fix buffer size calculation for codec caps

10 years agotools/mgmt-tester: Add Security Mode 3 rejection test cases
Johan Hedberg [Mon, 13 Jan 2014 12:38:38 +0000 (14:38 +0200)]
tools/mgmt-tester: Add Security Mode 3 rejection test cases

10 years agoaudio/A2DP: Add implemention of audio Suspend Stream command
Luiz Augusto von Dentz [Thu, 9 Jan 2014 15:34:45 +0000 (17:34 +0200)]
audio/A2DP: Add implemention of audio Suspend Stream command

10 years agoaudio/A2DP: Add implemention of audio Resume Stream command
Luiz Augusto von Dentz [Thu, 9 Jan 2014 15:31:52 +0000 (17:31 +0200)]
audio/A2DP: Add implemention of audio Resume Stream command