Commits

Commit Message Author Age Changes
3ad2f5bf android/bluetooth: Add support for get remote service record property cmd This allows to get service record property by uuid of specified remote device. Grzegorz Kolodziejczyk 11 years ago 1 file, +136, -3
58a2c3c0 monitor: Add AVRCP ListPlayerApplicationSettingAttributes support Support for decoding AVRCP ListPlayerApplicationSettingAttributes added in Bluetooth monitor. Vikrampal Yadav 11 years ago 1 file, +41, -0
4b581988 android/bluetooth: remove unused include uuid-helper.h is no longer used in bluetooth.c Grzegorz Kolodziejczyk 11 years ago 1 file, +0, -1
87a95799 android/health: Fix reconnect scenario When trying to reconnect to HDP device, BfA tries to connect MDL even MCL is not connected. D/BlueZ ( 2218): external/bluetooth/bluez/android/hal-health.c:connect_channel() I/bluetoothd( 2220): bluetoothd[2221]: external/bluetooth/bluez/android/health.c:bt_health_connect_channel() I/bluetoothd( 2220): bluetoothd[2221]: external/bluetooth/bluez/android/health.c:create_channel() mdep 1 D/BlueZ ( 2218): external/bluetooth/bluez/android/hal-bluetooth.c:handle_acl_state_changed() state 0 I/bluetoothd( 2220): bluetoothd[2221]: external/bluetooth/bluez/android/mcap-lib.c:mcap_create_mdl() I/bluetoothd( 2220): bluetoothd[2221]: health: error creating mdl MCL is not connected This patch makes sure that MCL is connected before trying to connect MDL. Lukasz Rymanowski 11 years ago 1 file, +1, -1
bf672a28 monitor: Fix use of uninitialized value Fixes clang warnings below: ... CC monitor/avctp.o monitor/avctp.c:600:2: warning: Function call argument is an uninitialized value print_indent(indent, ctrl_pdu_data_color, "AVRCP: ", pdu2str(pduid), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitor/display.h:47:2: note: expanded from macro 'print_indent' printf("%*c%s%s%s%s" fmt "%s\n", (indent), ' ', \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ... Andrei Emeltchenko 11 years ago 1 file, +2, -4
9287efd2 monitor: Handle default switch case Fixes issues with junk packets. Andrei Emeltchenko 11 years ago 1 file, +3, -0
dcd08628 monitor: Add AVRCP GetCapabilities support Support for decoding AVRCP GetCapabilities added in Bluetooth monitor. Vikrampal Yadav 11 years ago 1 file, +100, -0
0cb017cb monitor: Add AV/C specific PDUs' error macros and functions Added AV/C specific PDUs' error macros and functions in Bluetooth monitor. Vikrampal Yadav 11 years ago 1 file, +86, -0
f0bcb0ea monitor: Add AVRCP specific AV/C PDUs' macros and helper functions Added AVRCP specific AV/C PDUs related stuffs such as macros and helper functions in Bluetooth monitor. Vikrampal Yadav 11 years ago 1 file, +96, -2
3fd7e068 monitor: Handle AVRCP specific AV/C PDUs Added handling of AVRCP specific AV/C PDUs. Vikrampal Yadav 11 years ago 1 file, +176, -0
393258c2 monitor: Add AV/C commands related macros and helper functions Added AV/C commands related stuffs such as macros and helper functions in Bluetooth monitor. Vikrampal Yadav 11 years ago 1 file, +108, -3
b5b11a33 monitor: Add AVRCP specific AV/C commands support Support for decoding AVRCP specific AV/C commands added in Bluetooth monitor. Vikrampal Yadav 11 years ago 1 file, +97, -1
eded8edf android/pts: Correct trivial typos Sebastian Chlad 11 years ago 2 files, +9, -9
be5df379 obexd: Fix possible NULL dereference Remove snprintf error check. Fixes clang warnings below: ... obexd/client/map.c:471:9: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'err') err->message); ^~~~~~~~~~~~ obexd/client/map.c:772:9: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'err') err->message); ^~~~~~~~~~~~ ... Andrei Emeltchenko 11 years ago 1 file, +2, -4
913f459b btmon: Fix segmentation fault with malformed packet Do not allow to read more then buffer size. This fixes segmentation fault reading capture from target (apparently end of the trace was broken). Andrei Emeltchenko 11 years ago 1 file, +7, -0
e1c125dc shared/btsnoop: Fix segmentation fault with malformed packet Do not allow to read more then buffer size. This fixes segmentation fault reading capture from target (apparently end of the trace was broken). Andrei Emeltchenko 11 years ago 1 file, +5, -0
0f539bbf monitor: Use common maximum packet size definition Andrei Emeltchenko 11 years ago 4 files, +6, -10
b4116446 monitor/avctp: Fix coding style Luiz Augusto von Dentz 11 years ago 1 file, +18, -18
274860fb Revert "gdbus: Don't include just added interfaces in GetManagedObjects" This actually creates a problem since the code now does flush any pending message on the queue any signal will be send right away before the actual reply to GetManagedObjects which will not contain those interfaces. Luiz Augusto von Dentz 11 years ago 1 file, +1, -7
3d8a888a smp-tester: Add invalid opcode test case Johan Hedberg 11 years ago 1 file, +16, -0
c6a0c461 smp-tester: Fix typo in using correct data Johan Hedberg 11 years ago 1 file, +1, -1
df9ef19b android/tester: Add A2DP Suspend - Success test case Luiz Augusto von Dentz 11 years ago 1 file, +35, -0
39805a5a android/tester: Add A2DP Resume - Success test case Luiz Augusto von Dentz 11 years ago 3 files, +69, -0
066eaa2a android/tester: Add A2DP Disconnect - Success test case Luiz Augusto von Dentz 11 years ago 1 file, +39, -0
78e54de8 android/tester: Add A2DP connect - Success test case Luiz Augusto von Dentz 11 years ago 3 files, +134, -0
ca1485e9 android/tester: Add A2DP init - Success test case Luiz Augusto von Dentz 11 years ago 4 files, +109, -0
655b480b android/tester: Load audio module This is necessary to be able to do A2DP tests. Luiz Augusto von Dentz 11 years ago 2 files, +12, -1
1dfd92f7 android: Fix not including shared/queue.c in A2DP plugin This can cause the followin error: audio.a2dp.default.so: undefined symbol: queue_foreach Luiz Augusto von Dentz 11 years ago 1 file, +3, -1
425a787c android/pixit: TSPX_security_enabled is not default Mark that TSPX_security_enable PIXIT is changed compared to default settings Lukasz Rymanowski 11 years ago 1 file, +1, -1
1c0f5de0 android/pts: Update PTS files for IOPT PICS and PIXITs updated to PTS 5.2. Regression done for Android 4.4.4. Grzegorz Kolodziejczyk 11 years ago 3 files, +12, -12
9af26f7f gdbus: Fix use after free Refactor filter_data_remove_callback so that we do not iterate over freed pointer. Andrei Emeltchenko 11 years ago 1 file, +8, -3
08d255bf proximity: Fix use after free First remove object from the list and then remove it. Andrei Emeltchenko 11 years ago 1 file, +2, -2
cfdb4b82 gobex: Fix use after free Refactor function transfer_get_req_first() to avoid use after free. Andrei Emeltchenko 11 years ago 1 file, +7, -2
4830f41e gobex: Fix use after free Andrei Emeltchenko 11 years ago 1 file, +1, -0
662b5e4d gobex: Fix use after free It is better not to dereference freed pointer Andrei Emeltchenko 11 years ago 1 file, +1, -2
ce6caf0f tools: Fix resource leak closing sk Andrei Emeltchenko 11 years ago 1 file, +2, -0
259d1feb emulator: Fix resource leak closing fd Andrei Emeltchenko 11 years ago 1 file, +1, -0
a7b1ac92 android/tester: Fix using uninitialized variable Fix typo not initializing variable. Silence warnings: ... /android/tester-hdp.c: 71 in create_app() /android/tester-hdp.c: 97 in create_app() ... >>> Using uninitialized value "mdep2". Field >>> "mdep2.mdep_description" is uninitialized. 71 reg->mdep_cfg[1] = mdep2; ... >>> Using uninitialized value "mdep2". Field >>> "mdep2.mdep_description" is uninitialized. 97 reg->mdep_cfg[1] = mdep2; ... Andrei Emeltchenko 11 years ago 1 file, +2, -1
f034df61 android/pts: Update A2DP test results Updated test result for TC_SRC_REL_BV_01_I Lukasz Rymanowski 11 years ago 1 file, +1, -2
991f850c android/a2dp: Fix for PTS testcase This patch is a fix for PTS TC_SRC_REL_BV_01_I PTS expects us to CLOSE stream not to ABORT the stream when disconnecting A2DP. Lukasz Rymanowski 11 years ago 1 file, +2, -1
6e01436e android/a2dp: Improve avdtp_close function With this patch avdtp_close does avdtp_abort under the hood in case stream is not yet in OPEN state. Lukasz Rymanowski 11 years ago 1 file, +4, -3
4b9b0923 android/pts: PTS files for MCAP Update for PIXIT and PICS for MCAP on PTS 5.2 as well as regression test round on Android 4.4.4 against PTS 5.2 Sebastian Chlad 11 years ago 3 files, +6, -6
06941720 android/tester: Add HDP App Unregister test case Ravi kumar Veeramally 11 years ago 1 file, +18, -0
7463888f android/tester: Add HDP App Register test cases Ravi kumar Veeramally 11 years ago 1 file, +159, -0
120e76e6 android/tester: Add HDP init test case Ravi kumar Veeramally 11 years ago 4 files, +189, -0
921a4d86 android/tester-hidhost: Make cid_data static Luiz Augusto von Dentz 11 years ago 1 file, +1, -1
a4e44d95 android/tester-pan: Make cid_data static Luiz Augusto von Dentz 11 years ago 1 file, +1, -1
80d7a866 android/tester: Fix duplicate const Luiz Augusto von Dentz 11 years ago 1 file, +1, -1
8f902ac3 android/hog: Fix report lookup This fixes not utilizing the report id to match the characteristic that map it. Luiz Augusto von Dentz 11 years ago 1 file, +53, -34
2da5bbf7 input/hog: Remove unnecessary variables Luiz Augusto von Dentz 11 years ago 1 file, +7, -10
Previous Next