2023-09-13 17:25:36

by Vlad Pruteanu

[permalink] [raw]
Subject: [PATCH v4 0/1] Bluetooth: ISO: Set CIS bit only for devices with CIS support

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(-)

--
2.34.1