From 18a13b29f55177bf663c69a651b7b54ed80b2b6b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 16 Jan 2007 15:29:53 +0000 Subject: Mention ActivateService method --- hcid/dbus-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit