mbox series

[v2,0/1] Bluetooth: Check for ISO support in controller

Message ID 20230510134557.11486-1-claudia.rosu@nxp.com (mailing list archive)
Headers show
Series Bluetooth: Check for ISO support in controller | expand

Message

Claudia Draghicescu May 10, 2023, 1:45 p.m. UTC
This patch checks for ISO_BROADCASTER and ISO_SYNC_RECEIVER in controller.

Claudia Draghicescu (1):
  Check for ISO_BROADCASTER and ISO_SYNC_RECEIVER bits in adapter's
    supported features

 include/net/bluetooth/hci.h      | 1 +
 include/net/bluetooth/hci_core.h | 1 +
 include/net/bluetooth/mgmt.h     | 2 ++
 net/bluetooth/mgmt.c             | 6 ++++++
 4 files changed, 10 insertions(+)

Comments

patchwork-bot+bluetooth@kernel.org May 15, 2023, 7:40 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed, 10 May 2023 16:45:56 +0300 you wrote:
> This patch checks for ISO_BROADCASTER and ISO_SYNC_RECEIVER in controller.
> 
> Claudia Draghicescu (1):
>   Check for ISO_BROADCASTER and ISO_SYNC_RECEIVER bits in adapter's
>     supported features
> 
>  include/net/bluetooth/hci.h      | 1 +
>  include/net/bluetooth/hci_core.h | 1 +
>  include/net/bluetooth/mgmt.h     | 2 ++
>  net/bluetooth/mgmt.c             | 6 ++++++
>  4 files changed, 10 insertions(+)

Here is the summary with links:
  - [v2,1/1] Bluetooth: Check for ISO support in controller
    https://git.kernel.org/bluetooth/bluetooth-next/c/fd4fbf8cd81f

You are awesome, thank you!
Luiz Augusto von Dentz May 16, 2023, 2:29 a.m. UTC | #2
Hi Claudia,

On Mon, May 15, 2023 at 12:56 PM <patchwork-bot+bluetooth@kernel.org> wrote:
>
> Hello:
>
> This patch was applied to bluetooth/bluetooth-next.git (master)
> by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
>
> On Wed, 10 May 2023 16:45:56 +0300 you wrote:
> > This patch checks for ISO_BROADCASTER and ISO_SYNC_RECEIVER in controller.
> >
> > Claudia Draghicescu (1):
> >   Check for ISO_BROADCASTER and ISO_SYNC_RECEIVER bits in adapter's
> >     supported features
> >
> >  include/net/bluetooth/hci.h      | 1 +
> >  include/net/bluetooth/hci_core.h | 1 +
> >  include/net/bluetooth/mgmt.h     | 2 ++
> >  net/bluetooth/mgmt.c             | 6 ++++++
> >  4 files changed, 10 insertions(+)
>
> Here is the summary with links:
>   - [v2,1/1] Bluetooth: Check for ISO support in controller
>     https://git.kernel.org/bluetooth/bluetooth-next/c/fd4fbf8cd81f
>
> You are awesome, thank you!
> --
> Deet-doot-dot, I am a bot.
> https://korg.docs.kernel.org/patchwork/pwbot.html

Btw, we need to update the documentation:

https://github.com/bluez/bluez/blob/master/doc/mgmt-api.txt#L336

And decoding support:

https://github.com/bluez/bluez/blob/master/monitor/packet.c#L12656

>