From: Marcel Holtmann <marcel@holtmann.org>
To: Sonny Sasaka <sonnysasaka@chromium.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Bluetooth: Handle Inquiry Cancel error after Inquiry Complete
Date: Wed, 13 May 2020 09:34:53 +0200 [thread overview]
Message-ID: <933B812E-E805-4D2A-A758-D09235BB4030@holtmann.org> (raw)
In-Reply-To: <20200506195503.5837-1-sonnysasaka@chromium.org>
Hi Sonny,
> After sending Inquiry Cancel command to the controller, it is possible
> that Inquiry Complete event comes before Inquiry Cancel command complete
> event. In this case the Inquiry Cancel command will have status of
> Command Disallowed since there is no Inquiry session to be cancelled.
> This case should not be treated as error, otherwise we can reach an
> inconsistent state.
>
> Example of a btmon trace when this happened:
>
> < HCI Command: Inquiry Cancel (0x01|0x0002) plen 0
>> HCI Event: Inquiry Complete (0x01) plen 1
> Status: Success (0x00)
>> HCI Event: Command Complete (0x0e) plen 4
> Inquiry Cancel (0x01|0x0002) ncmd 1
> Status: Command Disallowed (0x0c)
> ---
> net/bluetooth/hci_event.c | 20 ++++++++++++++++++--
> 1 file changed, 18 insertions(+), 2 deletions(-)
patch has been applied to bluetooth-next tree.
Regards
Marcel
next prev parent reply other threads:[~2020-05-13 7:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 5:11 Sonny Sasaka
2020-04-28 9:47 ` Marcel Holtmann
2020-04-28 17:25 ` Sonny Sasaka
2020-04-30 17:11 ` Sonny Sasaka
2020-05-05 23:42 ` Marcel Holtmann
2020-05-06 19:55 ` Sonny Sasaka
2020-05-13 7:34 ` Marcel Holtmann [this message]
2020-05-13 18:51 ` Sonny Sasaka
2020-05-06 19:57 ` Sonny Sasaka
2020-05-12 19:34 ` Sonny Sasaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=933B812E-E805-4D2A-A758-D09235BB4030@holtmann.org \
--to=marcel@holtmann.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=sonnysasaka@chromium.org \
--subject='Re: [PATCH] Bluetooth: Handle Inquiry Cancel error after Inquiry Complete' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.