summaryrefslogtreecommitdiff
path: root/test/pbap-client
Commit message (Collapse)AuthorAgeFilesLines
* test: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- LGPL-2.1-or-later : 35 License: LGPL-2.1-or-later test/agent.py test/bluezutils.py test/dbusdef.py test/example-advertisement test/example-endpoint test/example-gatt-client test/example-gatt-server test/example-player test/exchange-business-cards test/ftp-client test/get-managed-objects test/get-obex-capabilities test/list-devices test/list-folders test/map-client test/monitor-bluetooth test/opp-client test/pbap-client test/sap_client.py test/simple-endpoint test/simple-obex-agent test/simple-player test/test-adapter test/test-device test/test-discovery test/test-gatt-profile test/test-health test/test-health-sink test/test-hfp test/test-manager test/test-mesh test/test-nap test/test-network test/test-profile test/test-sap-server
* test/pbap-client: Add support to fetch spd,fav PBGowtham Anandha Babu2015-02-051-1/+1
| | | | | Adds support to fetch spd,fav phonebook. Tested using PTS test case TC_PCE_PBB_BV_01_C.
* test: Python import cleanupPetri Gynther2014-01-181-4/+6
| | | | | | | | | | | | | Some test scripts use "from gi.repository import GObject" whereas others use "import gobject". gi.repository is not always available on embedded systems, so convert all instances to this format: try: from gi.repository import GObject except ImportError: import gobject as GObject Also, sort the imports in this order: system, dbus, gobject, bluezutils
* tools: Fix pbap-client to use new print syntaxLuiz Augusto von Dentz2013-01-231-9/+9
|
* test: Make OBEX related scripts python 3 compatibleLuiz Augusto von Dentz2012-12-211-7/+9
|
* test: Handle IO exceptions from PBAP clientMarcel Holtmann2012-12-211-5/+8
|
* test: Update pbap-client to use the new interfacesLuiz Augusto von Dentz2012-12-211-19/+30
|
* test: Fix obexd object path in test scriptsJohan Hedberg2012-12-191-2/+3
|
* test: Update to new org.bluez.obex service nameMarcel Holtmann2012-12-181-2/+2
|
* test: Fix pbap-client to handle PullAll reply properlyLuiz Augusto von Dentz2012-12-171-6/+5
| | | | | PullAll reply consist in 2 parameters, the transfer object followed by its properties not a structure containing both.
* test: Add test scripts from obexd repositoryMarcel Holtmann2012-12-101-0/+157