diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-02 02:28:33 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-02 02:28:33 +0200 |
commit | 0c05dd3dc5a18d64734a9f091d5285612e41107b (patch) | |
tree | 57de979b0fdef6c07329d0aae06235730a2fb4cb /doc/network-api.txt | |
parent | 4f946e36897fc67a28a56fb3102994da6857a038 (diff) | |
parent | 3f498e694e39756890db475f1f1edb528b378ee2 (diff) |
Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r-- | doc/network-api.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt index a59c8972..85171711 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -36,3 +36,37 @@ Methods string Connect(string uuid) Signals void Connected(string device, string uuid) void Disconnected(string device) + + +Network Hub/Peer/Router hierarchy +================= + +Service org.bluez +Interface org.bluez.network.{Hub, Peer, Router} +Object path /org/bluez/{hci0,hci1,...} + +Methods dict GetProperties() + + Returns all properties for the GN/PANU/NAP server. See the + properties section for available properties. + + void SetProperty(string name, variant value) + + Changes the value of the specified property. Only + properties that are listed a read-write are changeable. + On success this will emit a PropertyChanged signal. + + Possible Errors: org.bluez.Error.DoesNotExist + org.bluez.Error.InvalidArguments + +Properties string Name[readwrite] + + The Bluetooth network server name. + + boolean Enable[readwrite] + + Indicates if the server is Enabled/Disabled. + + string Uuid[readonly] + + The Bluetooth network server UUID 128 identification. |