linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] doc: Label Profile1.Release() method as no reply
@ 2013-09-10 16:42 Denis Kenzior
  2013-09-10 16:42 ` [PATCH 2/3] doc: Remove Profile1.Cancel() method Denis Kenzior
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Denis Kenzior @ 2013-09-10 16:42 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Denis Kenzior

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 03b7d2b..96cfce9 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
-- 
1.8.1.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-11 18:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 16:42 [PATCH 1/3] doc: Label Profile1.Release() method as no reply Denis Kenzior
2013-09-10 16:42 ` [PATCH 2/3] doc: Remove Profile1.Cancel() method Denis Kenzior
2013-09-10 16:42 ` [PATCH 3/3] profile: Remove support for Cancel method Denis Kenzior
2013-09-11 18:49 ` [PATCH 1/3] doc: Label Profile1.Release() method as no reply Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).