Commits

Commit Message Author Age Changes
1b95da76 android/tester: Add get device COD property success test case This adds device COD property success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +36, -0
f67ba852 android/tester: Add get device UUIDS property success test case This adds device UUIDS property success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +34, -0
d81c0f3f android/tester: Add get device BDNAME property success test case This adds device BDNAME property success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +57, -0
9e093223 android/tester: Add get device properties success test case This adds device properties success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +124, -1
9f5ccde3 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. Grzegorz Kolodziejczyk 12 years ago 1 file, +20, -24
97ee2aa4 android: Fix host build if libcap headers are not present Szymon Janc 12 years ago 1 file, +2, -0
86228103 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. Szymon Janc 12 years ago 10 files, +5, -66
988bfaea 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 Szymon Janc 12 years ago 1 file, +50, -21
6edaf710 l2test: Use correct buffer size Andrei Emeltchenko 12 years ago 1 file, +2, -2
605739bd scotest: Use correct buffer size Andrei Emeltchenko 12 years ago 1 file, +2, -2
251b47e7 monitor: Print vendor command status and complete as Vendor Marcel Holtmann 12 years ago 1 file, +14, -4
4110e841 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. Johan Hedberg 12 years ago 1 file, +21, -0
6f10ace2 tools: Add support activating/deactivating traces Marcel Holtmann 12 years ago 1 file, +50, -1
696645ce monitor: Print status for unknown command complete events Marcel Holtmann 12 years ago 1 file, +2, -4
0796d178 monitor: Print status only command complete for unknown commands Marcel Holtmann 12 years ago 1 file, +7, -0
15073f0e monitor: Print vendor commands as Vendor and not as Unknown Marcel Holtmann 12 years ago 1 file, +7, -2
5903b4f5 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) Luiz Augusto von Dentz 12 years ago 1 file, +2, -1
d2ba4c96 audio/A2DP: Add implemention of SEP abort confirmation Luiz Augusto von Dentz 12 years ago 1 file, +15, -0
b0b5ef76 audio/A2DP: Add implemention of SEP close confirmation Luiz Augusto von Dentz 12 years ago 1 file, +15, -0
f0552102 audio/A2DP: Add implemention of SEP suspend confirmation Luiz Augusto von Dentz 12 years ago 1 file, +15, -0
85dfe54a audio/A2DP: Add implemention of SEP start confirmation Luiz Augusto von Dentz 12 years ago 1 file, +15, -0
a7e6f934 audio/A2DP: Add implemention of SEP open confirmation Luiz Augusto von Dentz 12 years ago 1 file, +42, -14
54ed1680 audio/A2DP: Add implemention of SEP set_configuration confirmation Luiz Augusto von Dentz 12 years ago 1 file, +38, -2
cce40aef android/A2DP: Discover endpoints when initiator Luiz Augusto von Dentz 12 years ago 1 file, +184, -60
38305eb3 audio/A2DP: Add implemention of SEP suspend indication Luiz Augusto von Dentz 12 years ago 1 file, +23, -0
18f5cab6 audio/A2DP: Add implemention of SEP start indication Luiz Augusto von Dentz 12 years ago 1 file, +23, -0
4ae4b66c audio/A2DP: Add implemention of SEP close indication Luiz Augusto von Dentz 12 years ago 1 file, +31, -0
7f2f807a audio/A2DP: Add implemention of SEP open indication Luiz Augusto von Dentz 12 years ago 1 file, +35, -14
fd25d1ad tools/l2cap-tester: Add two more Invalid PSM client tests for PSM 1 Johan Hedberg 12 years ago 1 file, +22, -3
5bf41964 shared: Add address and features configuration support Marcel Holtmann 12 years ago 1 file, +278, -10
54b9036e tools: Add Bluemoon configuration utility Marcel Holtmann 12 years ago 3 files, +234, -1
803f7ce1 shared: Introduce flag for detecting HCI stream based sources Marcel Holtmann 12 years ago 1 file, +9, -0
d31e9cf0 tools/mgmt-tester: Add basic non-pairable SSP test case Johan Hedberg 12 years ago 1 file, +14, -0
e52dfcad emulator: Fix SSP IO capability request handling Johan Hedberg 12 years ago 1 file, +29, -5
c27367a2 monitor: Add definitions for IO capability request command completion Johan Hedberg 12 years ago 1 file, +8, -0
c85d3d57 emulator: Add reminding comment to fix link key type Johan Hedberg 12 years ago 1 file, +1, -0
92d3e1b6 emulator: Fix emitting bogus encrypt change if we're not connected Johan Hedberg 12 years ago 1 file, +6, -3
c5e027cc tools/l2cap-tester: Add basic L2CAP client test with SSP enabled Johan Hedberg 12 years ago 1 file, +10, -0
9e020003 tools/l2cap-tester: Fix missing pairable setting enabling Johan Hedberg 12 years ago 1 file, +7, -0
579876ea emulator: Fix returning correct remote host features Johan Hedberg 12 years ago 1 file, +15, -10
a26be8f0 emulator: Fix completion of SSP user confirm commands Johan Hedberg 12 years ago 1 file, +8, -0
1b8bb676 monitor: Add defines for SSP user confirmation command completion Johan Hedberg 12 years ago 1 file, +8, -0
b2afb999 tools/l2cap-tester: Add support for enabling SSP for tests Johan Hedberg 12 years ago 1 file, +59, -10
2ea6eff0 android/a2dp: Fix buffer size calculation for codec caps Andrzej Kaczmarek 12 years ago 1 file, +1, -1
b976acfe tools/mgmt-tester: Add Security Mode 3 rejection test cases Johan Hedberg 12 years ago 1 file, +28, -0
4830daff audio/A2DP: Add implemention of audio Suspend Stream command Luiz Augusto von Dentz 12 years ago 1 file, +22, -1
712aae3a audio/A2DP: Add implemention of audio Resume Stream command Luiz Augusto von Dentz 12 years ago 1 file, +22, -1
31993b0a audio/A2DP: Add implemention of audio Close Stream command Luiz Augusto von Dentz 12 years ago 1 file, +22, -1
a385cf82 audio/A2DP: Add implemention of audio Open Stream command Luiz Augusto von Dentz 12 years ago 1 file, +198, -2
48449b66 audio/A2DP: Add implemention of audio Close command Luiz Augusto von Dentz 12 years ago 1 file, +28, -2
Previous Next