From 6402393ae7ceb6cee0259503fe9b006d623d17be Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 10 Sep 2013 11:42:21 -0500 Subject: [PATCH] doc: Label Profile1.Release() method as no reply The current implementation does not expect a reply, nor would it make sense for BlueZ to wait for one from the agent. So explicitly label this method as noreply. --- doc/profile-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/profile-api.txt b/doc/profile-api.txt index 03b7d2bbd..96cfce9cc 100644 --- a/doc/profile-api.txt +++ b/doc/profile-api.txt @@ -108,7 +108,7 @@ Service unique name Interface org.bluez.Profile1 Object path freely definable -Methods void Release() +Methods void Release() [noreply] This method gets called when the service daemon unregisters the profile. A profile can use it to do -- 2.47.3