Commits

Commit Message Author Age Changes
9d30a5a5 android/hidhost: Fix miscalculation of get report event notification length Event length is size of struct + data len (if any). It is miscalulated. Ravi kumar Veeramally 12 years ago 1 file, +1, -1
ce7eb5d0 android: Fix build error due to glib-helper.c rename Szymon Janc 12 years ago 1 file, +1, -1
326d2127 android/bluetooth: Move option_index declaration to close other static Don't intermix defines with static variables. Szymon Janc 12 years ago 1 file, +1, -2
57a9c82a plugins/neard: Use correct service UUID free function Johan Hedberg 12 years ago 1 file, +2, -1
ffb0356d eir: Remove GLib usage from service UUID allocation Johan Hedberg 12 years ago 1 file, +4, -10
be152d0c tools/btmgmt: Remove unneeded GLib linkage Johan Hedberg 12 years ago 1 file, +1, -1
cdbc8c54 src/uuid-helper: Remove unnecessary GLib usage" Johan Hedberg 12 years ago 1 file, +12, -12
37ba9e25 core: Don't use GLib allocators for bt_uuid2string and bt_name2string Johan Hedberg 12 years ago 5 files, +46, -35
d878aac6 core: Convert bt_modalias to use asprintf over GLib Johan Hedberg 12 years ago 3 files, +17, -6
1a9051e9 Rename glib-helper to uuid-helper Johan Hedberg 12 years ago 21 files, +283, -283
4cae6340 tools/btmgmt: Remove unneeded GLib include Johan Hedberg 12 years ago 1 file, +0, -1
a10af970 tools/btmgmt: Remove src/eir.c dependency Johan Hedberg 12 years ago 2 files, +37, -12
e2551c5f android/A2DP: Fix sending notification on bt_a2dp_unregister At this point IPC might have been closed already. Luiz Augusto von Dentz 12 years ago 1 file, +4, -9
192cadbf doc: Update l2cap-tester test case count Johan Hedberg 12 years ago 1 file, +2, -2
6edecd6f tools/l2cap-tester: Implement basic command reject test for LE Johan Hedberg 12 years ago 1 file, +12, -0
3c9caf5b tools/l2cap-tester: Add support for custom responses for client tests Johan Hedberg 12 years ago 1 file, +52, -2
dafd46e0 tools/l2cap-tester: Rename expect_req* to expect_cmd to allow reuse for client Johan Hedberg 12 years ago 1 file, +29, -29
bbfd6c95 tools/l2cap-tester: Rename send_req* to send_cmd to allow reuse for client Johan Hedberg 12 years ago 1 file, +34, -34
b23ed9bf emulator: Fix unaligned memory access compilation errors The u128_xor() function does proper aligned access and accepts void * arguments, therefore the casts are unnecessary and trigger clang errors. Anderson Lizardo 12 years ago 1 file, +2, -2
a6f0070f Release 5.14 Marcel Holtmann 12 years ago 2 files, +11, -1
d40e741d build: Update library version Marcel Holtmann 12 years ago 1 file, +1, -1
efd41362 lib: Update company identifiers Marcel Holtmann 12 years ago 1 file, +12, -0
74f52579 doc: Add Android ipc-tester to coverage statistics Szymon Janc 12 years ago 1 file, +2, -1
f3b010cc android/ipc-tester: Add cases for BT message data size This patch adds sending invalid size data for each of Bluetooth service opcodes. Jakub Tyszkowski 12 years ago 1 file, +143, -0
e82fcc7c android/ipc-tester: Add cases for Core message data size Add testing for improper data sizes for Core service opcodes. Jakub Tyszkowski 12 years ago 1 file, +35, -0
f9d9b513 android/ipc-tester: Add cases for service opcode boundaries This patch adds tests sending out of range opcode for each service. Jakub Tyszkowski 12 years ago 1 file, +32, -0
d3b695df android/ipc-tester: Add more cases for malformed data This patch adds tests for more types of possible data malformations. Jakub Tyszkowski 12 years ago 1 file, +33, -0
f11e2ee8 android/ipc-tester: Add basic test cases for IPC's daemon site This patch adds first few test cases checking for proper daemon termination in case of receiving invalid IPC data. Jakub Tyszkowski 12 years ago 1 file, +42, -0
411df065 android/ipc-tester: Register services This patch adds basic bluetooth service registration during setup procedure. Without this daemon would reject commands for not registered services. Jakub Tyszkowski 12 years ago 1 file, +44, -1
378f27f9 android/ipc-tester: Add sending test data with ipc This patch adds some data structures used to send data with ipc during test setup and run stage. Test execution macro is extended for easy data preparation. Jakub Tyszkowski 12 years ago 1 file, +58, -4
b1d3bdfa android/ipc-tester: Add daemon shutdown handler Handle daemon shutdown asynchronously. Jakub Tyszkowski 12 years ago 1 file, +32, -1
732acf30 android/ipc-tester: Add IPC initialization This patch adds IPC mechanism initialization. The deamon is being started and IPC socket connection is established. Jakub Tyszkowski 12 years ago 1 file, +125, -0
e82c8804 android/ipc-tester: Run daemon in separate process This patch adds new process waiting to run daemon when needed. Jakub Tyszkowski 12 years ago 1 file, +123, -0
8cc27935 android/ipc-tester: Skeleton for ipc negative tester Add skeleton for ipc negative testing. Jakub Tyszkowski 12 years ago 3 files, +226, -0
9cf18f0b obexd/irmc: Fix folder for LUID requests The old macro PB_LUID_FOLDER had the folder luid on the second level: /telecom/luid. But the luid folder occurs per IrMC spec on level three e.g. /telecom/pb/luid. Harald Schmitt 12 years ago 1 file, +1, -1
21e1327b doc: Update l2cap-tester test count Johan Hedberg 12 years ago 1 file, +2, -2
89e34107 doc: Update android-tester coverage statistics Szymon Janc 12 years ago 1 file, +2, -2
f1a83a70 android/tester: Add HIDhost SendData test Ravi kumar Veeramally 12 years ago 1 file, +28, -0
f30427d1 android/tester: Add HIDhost SetReport test Ravi kumar Veeramally 12 years ago 1 file, +28, -0
16b7f0c5 android/tester: Add HIDhost SetProtocol test Ravi kumar Veeramally 12 years ago 1 file, +22, -0
d4b09ba6 android/tester: Add HIDhost GetProtocol test Ravi kumar Veeramally 12 years ago 1 file, +99, -2
8c147bec android/tester: Add HIDhost VirtualUnplug test Ravi kumar Veeramally 12 years ago 1 file, +18, -0
8101318f android/tester: Add HIDhost Disconnect test Ravi kumar Veeramally 12 years ago 1 file, +28, -0
3e417804 android/tester: Add HIDhost Connect test Emulated HID SDP and L2CAP Control and Interrupt channels. Ravi kumar Veeramally 12 years ago 1 file, +221, -10
a2d6586e android/hidhost: Remove unnecessary check HID device will return unsupported or invalid response for unsupported or invalid get/set protocol request. Need not to check prior to that. Ravi kumar Veeramally 12 years ago 1 file, +0, -10
3abb6d36 android/hidhost: Fix connection state notification on profile unregister Issue found while writing end2end tests. Usually profile unregister is called when final cleanup of bluetoothd. Freeing connected hid devices through g_slist_foreach is a asynchronous call. Profile is cleaned up and and ipc also complete cleanup. But free_hid_devices tries to notify hal which doesn't exist that time. So behaviour is unexpected. Ravi kumar Veeramally 12 years ago 1 file, +0, -1
325c0a39 build: Bump D-Bus dependency to 1.6 dbus_validate_path() was introduced in D-Bus 1.6 and it is no longer possible to build with 1.4. CCLD tools/bluetooth-player tools/bluetooth-player.o: In function `cmd_change_folder': tools/bluetooth-player.c:741: undefined reference to `dbus_validate_path' collect2: ld returned 1 exit status Szymon Janc 12 years ago 1 file, +2, -2
35b50f0f emulator/bthost: Add dummy entries for LTK reply completion Johan Hedberg 12 years ago 1 file, +4, -0
f3db25a0 emulator/bthost: Add SMP callback to fetch LTK Johan Hedberg 12 years ago 3 files, +50, -0
741d28de emulator/bthost: Add warning for unsupported LE Meta events Johan Hedberg 12 years ago 1 file, +1, -0
Previous Next