Diego Rondini
a1939bd51e
test: changes for Python3
...
Remove some leftover usage of Python2 code. In particular replace
iteritems() with items() to fix the following error:
AttributeError: 'dbus.Dictionary' object has no attribute 'iteritems'
2022-04-19 15:32:16 -07:00
Tedd Ho-Jeong An
7fe27bbf7d
test: Add SPDX License Identifier
...
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
2020-09-21 16:20:26 -07:00
Mikel Astiz
a163324e1a
dbus: Rename to org.bluez.Adapter1
...
Trivially add the numbering suffix to org.bluez.Adapter according to
the proposal for BlueZ 5.
2012-12-05 16:41:33 +02:00
Mikel Astiz
88b483b154
dbus: Rename to org.bluez.Device1
...
Trivially add the numbering suffix to org.bluez.Device according to
the proposal for BlueZ 5.
2012-12-05 16:41:30 +02:00
Mikel Astiz
3a168792ae
test: Use ObjectManager instead of Devices property
...
Use the objects and interfaces reported by the ObjectManager in order
to list the available devices per adapter.
2012-12-05 16:40:27 +02:00
Johan Hedberg
e1a3b474e9
test: Update list-devices to ObjectManager
2012-10-09 12:03:03 +02:00
Gustavo Padovan
91b9c50aa4
Remove documentation about Node API
...
Node API was never implemented.
2012-07-19 10:42:20 +03:00
Gustavo Padovan
8af25d0b1d
manager: remove deprecated ListAdapters() method
2012-07-04 15:43:09 +03:00
Steve Langasek
ee56337e41
Update tests to be compatible with gi and python3
...
This patch makes the python tests source-compatible with python 3, while
leaving the interpreter at python 2 for now.
The tradeoff is that this source is no longer compatible with python
versions < 2.6, and requires gobject-introspection for the glib-based
tests.
2012-06-15 12:32:50 +03:00
Luiz Augusto von Dentz
5600f99bd9
Print Vendor/Product/Version in hexadecimal
...
This is how their are more commonly known.
2011-10-01 09:02:05 +03:00
Francisco Alecrim
9266dfeac2
Report local services(UUIDs) through D-Bus
...
* Include UUIDs field to method GetProperties(org.bluez.Adapter).
Applications can get local services(UUIDs) available through D-Bus.
* UUIDs per-adapter stored at btd_adapter to prevent some searches not
necessary regarding it requires information from access_db and service_db.
* Emit Adapter.PropertyChanged signal when UUIDs change.
2010-04-07 20:31:03 +03:00
Marcel Holtmann
8be9168ec2
List device and node objects
2008-09-28 06:00:57 +02:00
Marcel Holtmann
cf92b6dc9c
Move test scripts into test directory
2008-09-01 22:34:04 +02:00