diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-16 15:29:53 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-16 15:29:53 +0000 |
commit | 18a13b29f55177bf663c69a651b7b54ed80b2b6b (patch) | |
tree | 632693b6f7edf28a922d84154b55e9815edfb530 | |
parent | 2666321aed1ad39b9dd3f25879d0993e9f51ed17 (diff) |
Mention ActivateService method
-rw-r--r-- | hcid/dbus-api.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 6fd2fdb5..25e32fef 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -181,6 +181,12 @@ Methods uint32 InterfaceVersion() Possible errors: org.bluez.Error.InvalidArguments + string ActivateService(string pattern) + + Returns the unqiue bus id of the specified service. + Valid patterns are the same as for FindService(). If + the service is not running it will be started. + uint32 AddServiceRecord(string path, array{byte}) [experimental] Add a new service record to the service agent |