mbox series

[v4,0/1] Bluetooth: ISO: Set CIS bit only for devices with CIS support

Message ID 20230912063329.1196184-1-vlad.pruteanu@nxp.com (mailing list archive)
Headers show
Series Bluetooth: ISO: Set CIS bit only for devices with CIS support | expand

Message

Vlad Pruteanu Sept. 12, 2023, 6:33 a.m. UTC
Currently the CIS bit that can be set by the host is set for any device
that has CIS or BIS support. In reality, devices that support BIS may not
allow that bit to be set and so, the HCI bring up fails for them.

This commit fixes this by only setting the bit for CIS capable devices.

Vlad Pruteanu (1):
  Bluetooth: ISO: Set CIS bit only for devices with CIS support

 net/bluetooth/hci_sync.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Sept. 12, 2023, 7:10 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 Tue, 12 Sep 2023 09:33:28 +0300 you wrote:
> Currently the CIS bit that can be set by the host is set for any device
> that has CIS or BIS support. In reality, devices that support BIS may not
> allow that bit to be set and so, the HCI bring up fails for them.
> 
> This commit fixes this by only setting the bit for CIS capable devices.
> 
> Vlad Pruteanu (1):
>   Bluetooth: ISO: Set CIS bit only for devices with CIS support
> 
> [...]

Here is the summary with links:
  - [v4,1/1] Bluetooth: ISO: Set CIS bit only for devices with CIS support
    https://git.kernel.org/bluetooth/bluetooth-next/c/58093c0b14a3

You are awesome, thank you!