commit | 5af69ab9bc623bd9293c5a931fb0827ed5201b5c | [log] [tgz] |
---|---|---|
author | Vlad Pruteanu <vlad.pruteanu@nxp.com> | Tue Sep 12 09:33:29 2023 +0300 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Mon Oct 23 10:59:26 2023 -0700 |
tree | b7f03a3a501820918c97106a5dbf7c63eef43bbb | |
parent | a97258dba7d298669899d86e5aecb9f718bee531 [diff] |
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. Signed-off-by: Vlad Pruteanu <vlad.pruteanu@nxp.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>