summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* rctest: Add option 'Y' to set socket priorityLuiz Augusto von Dentz2011-11-041-7/+41
| | | | Priority is set using SO_PRIORITY, see man 7 socket for more details.
* l2test: Add option 'Y' to set socket priorityLuiz Augusto von Dentz2011-11-041-7/+43
| | | | Priority is set using SO_PRIORITY, see man 7 socket for more details.
* Add support for MediaPlayer.Release to simple-playerLuiz Augusto von Dentz2011-10-281-0/+6
|
* Add support for MediaPlayer.Release to mpris-playerLuiz Augusto von Dentz2011-10-281-0/+20
|
* Fix handling of dbus signalsLucas De Marchi2011-10-221-5/+11
| | | | | We're previously leaking a D-Bus message and always returning that the signal was not handled.
* Fix leak of dbus messageLucas De Marchi2011-10-201-1/+5
|
* Improve test/simple-player to allow user interactionLucas De Marchi2011-10-131-4/+67
| | | | | | Allow user to trigger TrackChanged and PropertyChanged. Calls made by remote side (coming from D-Bus) are printed to stderr while the ones to interact with user go to stdout.
* Add mpris-player to testLuiz Augusto von Dentz2011-10-101-0/+959
| | | | | It gather information from players implementing mpris spec and convert to org.bluez.MediaPlayer spec.
* Remove test-media-playerLuiz Augusto von Dentz2011-10-061-108/+0
|
* Add simple-player test scriptLuiz Augusto von Dentz2011-10-061-0/+56
|
* Print Vendor/Product/Version in hexadecimalLuiz Augusto von Dentz2011-10-011-0/+6
| | | | This is how their are more commonly known.
* Fix test-proximity usage infoClaudio Takahasi2011-09-241-1/+2
|
* Add test for serial proxy and serial proxy managerBruno Dilly2011-09-131-0/+64
|
* Add support for listing all adapters using test-adapterVinicius Costa Gomes2011-08-221-0/+17
|
* Add script to test MediaPlayer interfaceLucas De Marchi2011-08-121-0/+108
|
* Test script for LinkLossAlertLevel propertySheldon Demario2011-08-031-0/+65
| | | | | | | Initial test script for Proximity Monitor. This patch allows the user to set the Link Loss alert level of a given Reporter. Usage example: $test-proximity -i hci1 --device <mac> LinkLossAlertLevel mild
* l2test: enhance L2CAP mode optionAndrei Emeltchenko2011-07-261-6/+37
|
* l2test: Make use of L2CAP extended feature mask definitionsAndrei Emeltchenko2011-07-261-10/+10
|
* Fix common misspelled wordsLucas De Marchi2011-07-034-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Accounting of misspelled words, as detected by codespell: acording 2 ancilliary 1 appropiate 1 atribute 1 cant 1 comming 2 gracefull 1 lenght 1 mispelled 1 occured 1 occurences 1 ocurred 3 prefered 1 presense 1 reponse 1 seperate 1 succesful 1 successully 1 sucessfull 1 sucessfully 1
* test/agent.c: Wait for reply from CreatePairedDevice before exitingSteven Luo2011-06-281-2/+17
| | | | | This matches the behavior of the Python sample agent, and is needed to get my Bluetooth keyboard to pair.
* Add capability option to simple-agentDmitriy Paliy2011-06-151-7/+17
| | | | | A new option is added to simple-agent facilitating use of "DisplayOnly", "DisplayYesNo", "KeyboardOnly" and "NoInputNoOutput" agent capabilities.
* Fix empty parameter list in functions declarationsSzymon Janc2011-05-181-1/+1
|
* Fix unused variable warnings reported by GCC 4.6Johan Hedberg2011-05-155-18/+22
|
* Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira2011-04-271-3/+3
|
* Add test/test-oob for testing Out Of Band pairingSzymon Janc2011-04-141-0/+80
| | | | | This test utilizes D-Bus Out Of Band API so bluetoothd must be compiled with dbusoob plugin.
* Clean and fix copyright header in test/sap-clientWaldemar Rymarkiewicz2011-03-281-3/+2
| | | | ST-Ericsson is the copyright holder of test/sap-client.
* Sim Access Profile test scriptsWaldemar Rymarkiewicz2011-03-252-0/+1082
| | | | | | | Add simple SAP client python implementation and a test script. To run test-sap-server you need Python 2.6 or newer (tested with 2.6 only) and PyBluez package installed.
* Add "unit test" for new UUID functionsElvis Pfützenreuter2011-03-151-0/+319
|
* Update the test-attrib test scriptVinicius Costa Gomes2011-03-151-114/+98
| | | | | Now it is more similar to the other test-* scripts. And allows to exercise more of the API.
* Add more functions for new UUID handlingElvis Pfützenreuter2011-03-151-16/+0
| | | | | | This patch adds more functions that are necessary to handle the new bt_uuid_t type, and moves basic things like byte-swapping functions and uint128_t type to bluetooth.h.
* Fix small memleak in hciemuSzymon Janc2011-03-041-1/+1
|
* Fix test/test-attrib scriptAnderson Lizardo2011-02-241-4/+8
| | | | | | Characteristics are not being fetched anymore when the device is created. Discover method needs to be called actively to discover the characteristics exposed by a given service.
* Replace batostr() with ba2str() to avoid memleaksDavid Herrmann2011-02-181-1/+4
| | | | | batostr() returns dynamically allocated strings. Replace it with ba2str() wherever possible to avoid heap allocations and fix memleaks.
* Use a valid PSM value in l2testGustavo F. Padovan2011-02-091-1/+1
|
* Fix use of deprecated glib on testsLuiz Augusto von Dentz2011-01-191-6/+9
|
* Add a "services" command to test-deviceVinicius Costa Gomes2010-12-231-0/+13
| | | | | This command adds a way to retrieve the Services property that each device has.
* Add disconnect command to test-deviceJohan Hedberg2010-12-211-0/+11
|
* Convert CreateDevice on test-device script to an asynchronous callClaudio Takahasi2010-12-091-3/+19
| | | | | | Change required to test the scenario when the sender of a CreateDevice request disconnects from the system bus. Current implementation is blocking and it doesn't allow the user to cancel a request.
* Modify test-health script to make it more interactiveJose Antonio Santos Cadenas2010-10-211-7/+200
|
* Update test script and create a new oneJose Antonio Santos Cadenas2010-10-062-1/+84
|
* Add test/test-attrib for testing Attribute APIAnderson Lizardo2010-10-041-0/+120
|
* l2test: add support to the fixed channelsGustavo F. Padovan2010-09-301-5/+21
|
* Add simple test for health pluginSantiago Carot-Nemesio2010-09-171-0/+24
|
* Add simple-endpoint test scriptLuiz Augusto von Dentz2010-09-151-0/+126
|
* Make simple-agent to ask user to authorize mode changesLuiz Augusto von Dentz2010-09-021-0/+4
|
* Remove call to non-existing Adapter method callBartlomiej Grzeskowiak2010-09-011-3/+3
| | | | Use Service.AddRecord() instead of Adapter.AddRecord().
* Fix using wrong argument in test-serialLuiz Augusto von Dentz2010-08-161-1/+1
|
* Add test script for testing NAP network serverMarcel Holtmann2010-07-131-0/+48
|
* Fix the output of the list command of test-deviceVinicius Costa Gomes2010-07-021-2/+6
| | | | | The list command of test-device was giving just Devices object paths, not very useful, not it shows the device address and its Alias.
* Add support for multiple adapters to the test scriptsJohan Hedberg2010-06-139-145/+273
| | | | | This patch adds support for specifying which adapter to use through "-i hciX" (just like hcitool, etc).