Commits

Commit Message Author Age Changes
427f6eea btiotest: Add missing source type to bt_io_connect calls Johan Hedberg 12 years ago 1 file, +10, -0
2de1d5a1 btio: Update to support sockopts for LE CoC sockets Johan Hedberg 12 years ago 1 file, +84, -34
7dfdf3f5 sixaxis: Fix device detection After searching past the end of the structure, the loop sometimes found matches in the daemon's address space... This fixes the loop to end after the elements have been exhausted. Bastien Nocera 12 years ago 1 file, +2, -2
63777310 android/pts: Add PTS test results for PBAP This will allow for better tracking of current state of implementation. Szymon Janc 12 years ago 2 files, +60, -1
e157f7e5 android/pts: Add PTS test results for OPP This will allow for better tracking of current state of implementation. Szymon Janc 12 years ago 2 files, +96, -1
7ac1987f android/pts: Add PTS test results for HID This will allow for better tracking of current state of implementation. Szymon Janc 12 years ago 2 files, +77, -1
1807ade2 android/pts: Add PTS test results for GAP This will allow for better tracking of current state of implementation. Szymon Janc 12 years ago 2 files, +156, -1
055f0f4c android/tester: Fix failing tests Two new adapter properties were indroduced in the daemon which broke some tests. Luiz Augusto von Dentz 12 years ago 1 file, +30, -47
0c94740a android/tester: Add Socket listen() invalid L2CAP socket type Check that we get BT_STATUS_UNSUPPORTED for socket type BTSOCK_L2CAP. Andrei Emeltchenko 12 years ago 1 file, +13, -0
3898fc9d android/hal-sock: Fix returning unsupported instead of invalid For socket type 0 we shall return BT_STATUS_PARM_INVALID, BT_STATUS_UNSUPPORTED shall be returned for unsupported socket types like L2CAP. Andrei Emeltchenko 12 years ago 1 file, +1, -1
601edc34 android/tester: Add Socket listen() invalid sock type Test invalid socket type during listen() Andrei Emeltchenko 12 years ago 1 file, +35, -0
d0875391 android/tester: Add Socket data to generic test data struct Socket data will be used in generic Socket HAL tests Andrei Emeltchenko 12 years ago 1 file, +9, -0
ec2b46d5 android/tester: Add basic Socket Init test Test get_socket_interface() and basic setup Andrei Emeltchenko 12 years ago 1 file, +24, -0
fba940af android/tester: Make generic_data structure const void pointer This allows us to have different types of generic data, like socket data, bluetooth data, etc. Andrei Emeltchenko 12 years ago 1 file, +18, -11
b70aac80 android/tester: Rename controller_setup to test_dummy test_dummy is a better name for dummy function test. Andrei Emeltchenko 12 years ago 1 file, +2, -2
30c902cb android/pts: Add PTS PIXIT for PBAP This complements PTS PICS configuration. Szymon Janc 12 years ago 2 files, +35, -1
9bf0cead android/pts: Add PTS PIXIT for PAN This complements PTS PICS configuration. Szymon Janc 12 years ago 2 files, +29, -1
b313cde3 android/pts: Add PTS PIXIT for OPP This complements PTS PICS configuration. Szymon Janc 12 years ago 2 files, +27, -1
efb63a2a android/pts: Add PTS PIXIT for HID This complements PTS PICS configuration. Szymon Janc 12 years ago 2 files, +29, -1
abf6515b android/pts: Add PTS PIXIT for GAP This complements PTS PICS configuration. Szymon Janc 12 years ago 2 files, +57, -1
f85cb5e1 android/pts: Add PTS test results for DID This will allow for better tracking of current state of implementation. Szymon Janc 12 years ago 2 files, +20, -1
b902c1ae android/pts: Add PTS PIXIT for DID This complements PTS PICS configuration. Szymon Janc 12 years ago 2 files, +24, -1
7f027289 android/pts: Remove PIXIT info from PICS files Full PIXIT configuration will be provided in separate files. Szymon Janc 12 years ago 6 files, +0, -36
e13bf62f l2cap-tester: Close sk in error path This fixes resource leak warnings. Andrei Emeltchenko 12 years ago 1 file, +2, -0
06810c7e android/tester: Remove not needed line Marcin Kraglak 12 years ago 1 file, +0, -1
c3560288 android/tester: Fix closing file descriptor Don't close file descriptor if failed to create it. Marcin Kraglak 12 years ago 1 file, +3, -1
5a56558f android/bluetooth: Code style and whitespace cleanup This fix some random style or whitespace damages. Also moves statics after last type definition. Szymon Janc 12 years ago 1 file, +33, -30
c7ee3585 android/bluetooth: Add support for remote device type property This makes daemon store remote device address type to be able to handle remote device type property. Szymon Janc 12 years ago 1 file, +28, -9
e58c3f51 android/bluetooth: Add support for get remote device properties command This allows to get all properties of specified remote device. Szymon Janc 12 years ago 1 file, +26, -2
da5838fa android/bluetooth: Add support for remote device RSSI This allows to cache remote device RSSI and get it with get property command. Szymon Janc 12 years ago 1 file, +8, -3
a1c695fb android/bluetooth: Add support for remote device class This allows to cache remote device CoD and get it with get property command. Szymon Janc 12 years ago 1 file, +12, -7
a306ed3d android/bluetooth: Free devices on service unregister There is no need to keep devices list in memory if service was unregistered. Szymon Janc 12 years ago 1 file, +10, -0
ff2c83e5 android/bluetooth: Add support for remote device friendly name This allows to get and set remote device property with friendly name. Storage support is still missing. Szymon Janc 12 years ago 1 file, +18, -8
a328efa7 android/bluetooth: Add support for adapter bonded devices property This allows to get property with list of bonded devices. Szymon Janc 12 years ago 1 file, +18, -3
63d0afde android/bluetooth: Add support for reporting adapter type property This allows to get property with adapter type. Szymon Janc 12 years ago 2 files, +33, -3
9e377d47 android/pan: Fix minor white space Ravi kumar Veeramally 12 years ago 1 file, +1, -1
bb700aaa android/pan: Fix missing cleanup calls Ravi kumar Veeramally 12 years ago 1 file, +3, -0
7db224f4 profiles/network/server: Delete function which does nothing Ravi kumar Veeramally 12 years ago 3 files, +0, -7
b7ef7163 bnep: Move bnep related calls to bnep.h|c Moving bnep related calls to bnep.h|c to reduce redundancy while using same in android/*. Ravi kumar Veeramally 12 years ago 3 files, +71, -67
a85acbff bnep: Rename send ctrl_rsp and make it global Renaming send_bnep_ctrl_rsp to bnep_send_ctrl_rsp and moving to bnep.h. It is required in android/*. Ravi kumar Veeramally 12 years ago 3 files, +14, -12
9ae5925c bnep: Rename bnep_kill_connection to bnep_conndel Renaming bnep_kill_connection to bnep_conndel to maintain consistency with bnep_connadd function name. Ravi kumar Veeramally 12 years ago 5 files, +5, -6
f1bc51a9 android/tester: Add status check and adapter enable, disable test cases This adds handling of status check, enabled adapter setup method, disable and enable fail test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +103, -5
ed83ba0e android/tester: Add basic enable test Grzegorz Kolodziejczyk 12 years ago 1 file, +225, -2
bedd7a18 android/tester: Make HAL logging wrapper print to stderr instead of stdout This is used for testing and for user it makes no difference. This will allow to switch on/off verbose logging from automated android tester. Szymon Janc 12 years ago 1 file, +1, -1
8746e1cf android/tester: Add stack initialization of stack in setup This add stack initialization and cleanup in setup/teardown. Marcin Kraglak 12 years ago 2 files, +65, -2
834ba1e8 android/tester: Start emulator in new process This is needed because bluetooth->init call is blocking, and we have to emulate normal behaviour of android environment. That process will exit if it won't receive any message in 2 sec or when bluetoothd will exit. Main tester thread will wait for this process in teardown method. Marcin Kraglak 12 years ago 1 file, +131, -1
cbd17c1d android/tester: Add pre-setup and post-teardown routines This will add hciemu initialization and cleanup. These functions will be called to create hci emulator and cleanup it. Marcin Kraglak 12 years ago 2 files, +191, -2
95268775 android/tester: Add android-tester This commit add android-tester.c to tree and Makefile.am. This will contain set of unit tests for testing android daemon. Marcin Kraglak 12 years ago 3 files, +26, -0
ab663fe4 android/bluetooth: Add send_adapter_property helper function Adapter property notification are send from multiple places so it make sense to have helper for that. This is especially usefull for 'simple' properties. Szymon Janc 12 years ago 1 file, +25, -63
51185f0f android/bluetooth: Add send_device_property helper function Remote device property notification will be send from multiple places so it make sense to have helper for that. This will be especially usefull for 'simple' properties. Szymon Janc 12 years ago 1 file, +14, -13
Previous Next