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