Commits

Commit Message Author Age Changes
a50edbf5 android: Use ipc_send_rsp helper for replying success Where applicable use helper as this make code easier to understand. Szymon Janc 12 years ago 2 files, +5, -5
6456e156 android: Remove socket parameter from ipc_send_rsp Use command socket provided to IPC on init. Szymon Janc 12 years ago 8 files, +15, -20
4f1d080a android: Initialize IPC with command and notification sockets Pass sockets after succesfully connected to HAL. This will allow to improve IPC helpers API. Szymon Janc 12 years ago 3 files, +23, -0
a58d20e4 tools/smp-tester: Minor white space fix Johan Hedberg 12 years ago 1 file, +0, -1
f5899e36 android/pics: Add PIXIT setup info to PICS files Some profiles like DID, requires specific PIXIT setup to pass some tests cases. Other profiles works well with defaults. Thus appropriate information at the end of PICS file should be provided. Jakub Tyszkowski 12 years ago 6 files, +36, -0
d6cd1311 android/pics: Add PTS PICS for PBAP PTS PICS for PBAP, targeting Android 4.4. Jakub Tyszkowski 12 years ago 2 files, +442, -1
1e367a94 tools/smp-tester: Fix pairing random PDU content Johan Hedberg 12 years ago 1 file, +1, -6
b6d3089f tools/smp-tester: Add Pairing Random PDUs to basic client test case Johan Hedberg 12 years ago 1 file, +2, -0
5ad6c5b4 tools/smp-tester: Remove unnecessary preq and pres variables Johan Hedberg 12 years ago 1 file, +2, -4
866daa8e tools/smp-tester: Remove unnecessary k variable Johan Hedberg 12 years ago 1 file, +2, -3
aa1160d9 tools/smp-tester: Remove unnecessary ia and ra variables Johan Hedberg 12 years ago 1 file, +2, -4
794a226e tools/smp-tester: Remove unnecessary _rat and _iat variables Johan Hedberg 12 years ago 1 file, +2, -4
4d1b8906 tools/smp-tester: Fix address type values Johan Hedberg 12 years ago 1 file, +5, -4
2cf3ee6c tools/smp-tester: Reorder switch statements numerically Johan Hedberg 12 years ago 1 file, +12, -12
2d8d8833 tools/smp-tester: Fix missing swap128() in Pairing Confirm response Johan Hedberg 12 years ago 1 file, +3, -1
6ead49ac tools/smp-tester: Add missing initializations of smp_preq/prsp Johan Hedberg 12 years ago 1 file, +9, -1
85f6c828 tools/smp-tester: Fix whitespace issues Johan Hedberg 12 years ago 1 file, +36, -36
d7a10743 tools/smp-tester: Simplify smp_c1() usage Johan Hedberg 12 years ago 1 file, +16, -19
f65e6cf8 tools/smp-tester: Add more smp_c1 related hooks Johan Hedberg 12 years ago 1 file, +112, -36
4b30a306 tools/smp-tester: Initialize smp_rrnd when receiving pairing random PDU Johan Hedberg 12 years ago 1 file, +1, -0
c66d883d tools/smp-tester: Implement initial smp_c1 function Johan Hedberg 12 years ago 1 file, +151, -3
76836c91 tools/smp-tester: Initialize all test data to zero Johan Hedberg 12 years ago 1 file, +1, -3
d87d824d tools/smp-tester: Add initial code for accessing AF_ALG Johan Hedberg 12 years ago 1 file, +74, -0
d475b20b tools/smp-tester: Pairing Random and Pairing Confirm packets are special The SMP Pairing Random and Pairing Confirm packets are special in that we actually have to do some math to verify them and to send them. For now add just empty stubs for these. Johan Hedberg 12 years ago 1 file, +62, -10
7c27a9f2 tools/smp-tester: Add server support for multiple req-rsp pairs in tests Johan Hedberg 12 years ago 1 file, +56, -30
4f4f5d39 tools/smp-tester: Add client support for multiple req-rsp pairs in tests Johan Hedberg 12 years ago 1 file, +30, -13
1a6e9568 tools/smp-tester: Fix setting pariable setting for server tests Johan Hedberg 12 years ago 1 file, +4, -4
0a70da38 gitignore: Add unit/test-avdtp Szymon Janc 12 years ago 1 file, +1, -0
f105bb17 build: Fix build error if path contains spaces janccszy@box:~/bluez test$ make GEN lib/bluetooth/bluetooth.h ln: target ‘lib/bluetooth/bluetooth.h’ is not a directory make: *** [lib/bluetooth/bluetooth.h] Error 1 Szymon Janc 12 years ago 1 file, +1, -1
3244fc24 android/pics: Add PTS PICS for OPP PTS PICS for OPP, targeting Android 4.4. Jakub Tyszkowski 12 years ago 2 files, +186, -1
4bf368a0 build: Force GLib version check while building in maintainer mode This will allow to catch up build errors introduced by using GLib API introduced in newer GLib than minimal required even if building with newer version. Szymon Janc 12 years ago 1 file, +2, -0
99fcb3fc android: Add CAP_NET_RAW capability CAP_NET_RAW capability is required to up the bnep interfaces in android environment. Ravi kumar Veeramally 12 years ago 1 file, +1, -0
c8f6787e unit/AVDTP: Fix using g_test_add_data_func_full g_test_add_data_func_full requires glib 2.34 while the current dependency is just 2.32. Luiz Augusto von Dentz 12 years ago 1 file, +4, -3
63681815 android/bluetooth: Change discoverable mode only if connectable There is no need to sending set_discoverable command if new settings are not connectable as clearing connectable also clear discoverable. Sending set_discoverable when not connectable result in 'rejected' mgmt response. Szymon Janc 12 years ago 1 file, +1, -1
c95d6263 android/socket: Remove useless dst variable Johan Hedberg 12 years ago 1 file, +3, -5
41631e8b android/socket: Check create_rfsock returns valid structure Andrei Emeltchenko 12 years ago 1 file, +9, -1
7c48f46e android/hal-sock: Check uuid before dereference uuid might be NULL and channel might be specified which makes it valid case for Android. This adds check for uuid and service name. Andrei Emeltchenko 12 years ago 1 file, +14, -4
cc38f090 android: Fix pointless eir debug log Johan Hedberg 12 years ago 1 file, +2, -2
b8444f19 input: Rename check_sixaxis to dev_is_sixaxis for clarity Johan Hedberg 12 years ago 1 file, +4, -4
ffb0da64 plugins/sixaxis: Use explicit include paths Johan Hedberg 12 years ago 1 file, +5, -5
9828feef input: Add support for handling sixaxis devices This allows to handle incoming connection from unknown devices. If device happens to be sixaxis input device is created after SDP was queried and then connection is authorized. Szymon Janc 12 years ago 1 file, +103, -1
7c6acd4c device: Add device_discover_services function This will allow to query remote services from plugins for not yet discovered devices. Szymon Janc 12 years ago 2 files, +19, -0
8b9bd382 plugins/sixaxis: Add support for configuring new controllers When new PS3 controller is detected provide it with default adapter address. Also create new btd_device with proper PNP info if it wasn't existing yet. Szymon Janc 12 years ago 1 file, +178, -1
663e0b2f plugins/sixaxis: Add initial code for udev handling When new device is added plugin will be notified about it. Szymon Janc 12 years ago 1 file, +63, -0
f52aa874 plugins: Add initial code for sixaxis plugin This plugin will be used to associate PS3 controllers. Szymon Janc 12 years ago 4 files, +60, -0
acd6aa88 Rename adapter_find_device to btd_adapter_find_device Allow this symbol to be exported and usable from external plugins. Szymon Janc 12 years ago 7 files, +17, -17
bc05407e Rename adapter_get_address to btd_adapter_get_address Allow this symbol to be exported and usable from external plugins. Szymon Janc 12 years ago 16 files, +61, -50
f8f9f8e3 Rename device_get_uuids to btd_device_get_uuids Allow this symbol to be exported and usable from external plugins. Szymon Janc 12 years ago 3 files, +3, -3
e48206fe Rename device_device_set_name to btd_device_device_set_name Allow this symbol to be exported and usable from external plugins. Szymon Janc 12 years ago 4 files, +5, -5
a6215f4d Rename device_set_trusted to btd_device_set_trusted Allow this symbol to be exported and usable from external plugins. Szymon Janc 12 years ago 2 files, +3, -3
Previous Next