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 |
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
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 --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()
Signed-off-by: Michael Nosthoff <bluez@heine.tech> --- doc/adapter-api.txt | 1 + 1 file changed, 1 insertion(+)