blob: 7a33dab07af78dbbbcc8b0d3f01f0c6394057bd4 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 | BlueZ D-Bus Node API description
********************************
Copyright (C) 2004-2008  Marcel Holtmann <marcel@holtmann.org>
Node hierarchy
==============
Service		org.bluez
Interface	org.bluez.Node
Object path	[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/{node0,...}
Methods		dict GetProperties()
			Returns all properties for the device node. See the
			properties section for available properties.
			Possible Errors: org.bluez.Error.DoesNotExist
					 org.bluez.Error.InvalidArguments
Properties	string Name [readonly]
			The name of the node. For example "rfcomm0".
		object Device [readonly]
			The object path of the device this node belongs to.
 |