diff mbox series

doc/adapter-api: Add InProgess error to StartDiscovery

Message ID 20201109105114.27827-1-bluez@heine.tech (mailing list archive)
State Accepted
Delegated to: Luiz Von Dentz
Headers show
Series doc/adapter-api: Add InProgess error to StartDiscovery | expand

Commit Message

Michael Nosthoff Nov. 9, 2020, 10:51 a.m. UTC
Signed-off-by: Michael Nosthoff <bluez@heine.tech>
---
 doc/adapter-api.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

bluez.test.bot@gmail.com Nov. 9, 2020, 11:24 a.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=380245

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuild - PASS

##############################
Test: MakeCheck - PASS



---
Regards,
Linux Bluetooth
Luiz Augusto von Dentz Nov. 9, 2020, 10:19 p.m. UTC | #2
Hi Michael,

On Mon, Nov 9, 2020 at 3:28 AM <bluez.test.bot@gmail.com> wrote:
>
> This is automated email and please do not reply to this email!
>
> Dear submitter,
>
> Thank you for submitting the patches to the linux bluetooth mailing list.
> This is a CI test results with your patch series:
> PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=380245
>
> ---Test result---
>
> ##############################
> Test: CheckPatch - PASS
>
> ##############################
> Test: CheckGitLint - PASS
>
> ##############################
> Test: CheckBuild - PASS
>
> ##############################
> Test: MakeCheck - PASS
>
>
>
> ---
> Regards,
> Linux Bluetooth

Applied, thanks.
diff mbox series

Patch

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 1a7255750..464434a81 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -23,6 +23,7 @@  Methods		void StartDiscovery()
 
 			Possible errors: org.bluez.Error.NotReady
 					 org.bluez.Error.Failed
+					 org.bluez.Error.InProgress
 
 		void StopDiscovery()