Commits

Commit Message Author Age Changes
caa1dfc7 android/tester: Add create bond with PIN fail test case This adds create bond with PIN fail test case. Grzegorz Kolodziejczyk 11 years ago 1 file, +93, -0
8f8f75db android/tester: Add create bond with PIN success test case This adds create bond with PIN success test case. Grzegorz Kolodziejczyk 11 years ago 1 file, +136, -2
74f07466 android/tester: Coding style and syntax fix Remove white spaces, break lines over 80 characters, redundand braces for single statement blocks. Grzegorz Kolodziejczyk 11 years ago 1 file, +26, -18
c9f5b795 android/avrcp-lib: Fix not freeing tx buffer on AVRCP shutdown Szymon Janc 11 years ago 1 file, +1, -0
c7b5bf9b android/socket: Remove leftover function declaration Szymon Janc 11 years ago 1 file, +0, -2
a7b02c9c android/hal-gatt-api: Add Server Response Confirmation Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +9, -0
a1ae678e android/hal-gatt-api: Add Server Request Execute Write Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +14, -0
e91dbfd3 android/hal-gatt-api: Add Server Request Write Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +24, -0
cf579625 android/hal-gatt-api: Add Server Request Read Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +18, -0
71bca9e1 android/hal-gatt-api: Add Server Service Deleted Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +12, -0
016a5ddd android/hal-gatt-api: Add Server Service Stopped Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +12, -0
ab688aa2 android/hal-gatt-api: Add Server Service Started Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +12, -0
01491c14 android/hal-gatt-api: Add Server Descriptor Added Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +16, -0
6c5e96bb android/hal-gatt-api: Add Server Characteristic Added Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +16, -0
85532964 android/hal-gatt-api: Add Server Included Service Added Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +14, -0
fddea728 android/hal-gatt-api: Add Server Service Added Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +20, -0
67584deb android/hal-gatt-api: Add Server Connection Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +14, -0
8dfab692 android/hal-gatt-api: Add Server Register Notification Grzegorz Kolodziejczyk 11 years ago 2 files, +12, -0
f977eb5c android/hal-gatt-api: Add Client Listen event Jakub Tyszkowski 11 years ago 2 files, +9, -0
52588d5c android/hal-gatt-api: Add Client Read Remote RSSI event Jakub Tyszkowski 11 years ago 2 files, +14, -0
1a2c59b3 android/hal-gatt-api: Add Client Exec Write event Jakub Tyszkowski 11 years ago 2 files, +10, -0
e37d6f37 android/hal-gatt-api: Add Client Write Descriptor event Jakub Tyszkowski 11 years ago 2 files, +13, -0
57d3b658 android/hal-gatt-api: Add Client Read Descriptor event Jakub Tyszkowski 11 years ago 2 files, +13, -0
f0514276 android/hal-gatt-api: Add Client Write Characteristic event Jakub Tyszkowski 11 years ago 2 files, +25, -0
9eb57885 android/hal-gatt-api: Add Client Read Characteristic event Jakub Tyszkowski 11 years ago 2 files, +36, -0
ec374548 android/hal-gatt-api: Add Client Notify event Jakub Tyszkowski 11 years ago 2 files, +27, -0
95f2c9e0 android/hal-gatt-api: Add Client Register for Notification event Jakub Tyszkowski 11 years ago 2 files, +18, -0
41400268 android/hal-gatt-api: Add Client Get Included Service event Jakub Tyszkowski 11 years ago 2 files, +15, -0
c7ca8b13 android/hal-gatt-api: Add Client Get Descriptor event Jakub Tyszkowski 11 years ago 2 files, +19, -0
6624b03c android/hal-gatt-api: Add Client Get Characteristic event Jakub Tyszkowski 11 years ago 2 files, +19, -0
0589710b android/hal-gatt-api: Add Client Search Result event Jakub Tyszkowski 11 years ago 2 files, +14, -0
9828ebe8 android/hal-gatt-api: Add Client Search Complete event Jakub Tyszkowski 11 years ago 2 files, +10, -0
7093092d android/hal-gatt-api: Add Client Disconnect event Jakub Tyszkowski 11 years ago 2 files, +14, -0
6df98393 android/hal-gatt-api: Add Client Connect event Jakub Tyszkowski 11 years ago 2 files, +14, -0
3417c8be android/hal-gatt-api: Add Client Scan Result event Jakub Tyszkowski 11 years ago 2 files, +14, -0
5f77a85d android/hal-gatt-api: Add Client Register event Jakub Tyszkowski 11 years ago 2 files, +12, -0
c3b30229 android: Fix not cleaup AVRCP service This causes the following leak: 744 (72 direct, 672 indirect) bytes in 1 blocks are definitely lost in loss record 114 of 119 at 0x4C291D4: calloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) by 0x4E7FEC6: g_malloc0 (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x41C2ED: avrcp_new (avrcp-lib.c:203) by 0x41B4F8: connect_cb (avrcp.c:708) by 0x4212AB: connect_cb (btio.c:232) by 0x4E7A2A5: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x4E7A627: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x4E7AA39: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x403A54: main (main.c:490) Luiz Augusto von Dentz 11 years ago 1 file, +3, -0
8a50b1f2 android/avctp: Fix leaking passthrough handler In case the handler is not destroyed by the owner automatically free it as there is no use for it after the session is freed. Luiz Augusto von Dentz 11 years ago 1 file, +2, -0
530a89e5 lib: Update company identifiers Marcel Holtmann 11 years ago 1 file, +6, -0
0c90b602 monitor: Validate HCI event/command parameter length when parsing Print an error message if the parameter length for HCI commands/events does not match the actual remaining packet size. This mainly avoids using garbage bytes when parsing corrupted packets. The check was inspired on those used when parsing SCO/ACL packets. Anderson Lizardo 11 years ago 1 file, +14, -0
74d1241a shared/hfp: Add function to get unquoted string Marcin Kraglak 11 years ago 2 files, +30, -0
d8c57b50 shared/hfp: Add function to get string It will look for quoted sting and write it to given buffer. Marcin Kraglak 11 years ago 2 files, +35, -0
30eb808d shared/hfp: Add open/close container function It will look for "(" or ")" parenthesis and skip it if found. Marcin Kraglak 11 years ago 2 files, +28, -0
ab133e2d shared/hfp: Add get_number implementation User can call this function with hfp_gw_result, which will be passed to prefix handler. Marcin Kraglak 11 years ago 2 files, +33, -0
9978fd05 shared/hfp: Add implementiation of processing commands It will look for prefix handler for given cammand. Marcin Kraglak 11 years ago 1 file, +94, -4
d969a40d shared/hfp: Add prefix handlers functionality Add two functions: hfp_gw_register_prefix_handler() and hfp_gw_unregister_prefix_handler(). It will allow user to register for specific command. Current implementation just put/remove handler data from queue. Marcin Kraglak 11 years ago 3 files, +118, -0
0cd7854e unit: Fix hton24 function for big endian platforms Marcel Holtmann 11 years ago 1 file, +3, -16
537dba62 android: Fix ntoh24 and hton24 for big endian platforms Marcel Holtmann 11 years ago 2 files, +8, -25
3ae05845 audio: Update code for set_company_id function Marcel Holtmann 11 years ago 1 file, +4, -4
0fad8a94 android/socket: Fix errno handling in rfsock_set_buffer Szymon Janc 11 years ago 1 file, +6, -4
Previous Next