mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-13 15:03:21 +08:00
29 lines
679 B
Plaintext
29 lines
679 B
Plaintext
BlueZ D-Bus Node API description
|
|
********************************
|
|
|
|
Copyright (C) 2004-2010 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.
|