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