From: Szymon Janc Date: Wed, 13 Feb 2013 21:02:14 +0000 (+0100) Subject: doc: Clarify device connect description X-Git-Tag: android-x86-4.4-r3~8525 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=35d4c4fb446b21cc09204aff907699ea92f56557;p=android-x86%2Fexternal-bluetooth-bluez.git doc: Clarify device connect description Describe behaviour when some profiles are already connected. Clarify that it returns success if at least one profile was connected. --- diff --git a/doc/device-api.txt b/doc/device-api.txt index 66c46e56d..19d3fde41 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -14,7 +14,12 @@ Methods void Connect() This is a generic method to connect any profiles the remote device supports that can be connected to and have been flagged as auto-connectable on - our side. + our side. If only subset of profiles is already + connected it will try to connect currently disconnected + ones. + + If at least one profile was connected successfully this + method will indicate success. Possible errors: org.bluez.Error.NotReady org.bluez.Error.Failed