Home | History | Annotate | Download | only in doc
      1 BlueZ D-Bus Node API description
      2 ********************************
      3 
      4 Copyright (C) 2004-2010  Marcel Holtmann <marcel (a] holtmann.org>
      5 
      6 
      7 Node hierarchy
      8 ==============
      9 
     10 Service		org.bluez
     11 Interface	org.bluez.Node
     12 Object path	[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/{node0,...}
     13 
     14 Methods		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 
     22 Properties	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