From bd0bc214372e275311872d1585180ad4604adfe4 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 25 Jun 2007 19:29:08 +0000 Subject: database: Added new method UpdateServiceRecordFromXML --- hcid/dbus-api.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hcid/dbus-api.txt') diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 87313c15..49031263 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -251,6 +251,15 @@ Methods void RegisterService(string identifier, string name, string description org.bluez.Error.NotAvailable org.bluez.Error.Failed + void UpdateServiceRecordFromXML(uint32 handle, string record) + + Updates a given service record provided in the + XML format. + + Possible errors: org.bluez.Error.InvalidArguments + org.bluez.Error.NotAvailable + org.bluez.Error.Failed + void RemoveServiceRecord(uint32 handle) Remove a service record identified by its handle. -- cgit