zephyr/subsys/bluetooth
Emil Gydesen 93bfe7a2c9 Bluetooth: ISO: Update BIS index to start from 0x01
The HCI spec defines the BIS index range as starting from
index 0x01. We had previously implemented it such that it
starts from 0x00, and then simply adding 1 to the index
when sending over HCI. However, this may cause issue with
other HCI, or other SIG defined specification, commands
and events, and thus it is probably simpler if we just
use the HCI defined range.

This commit disallows BIT(0) (representing the BIS
index 0x00) to be set, and removes the addition
of 1 when sending over HCI.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-09-01 10:57:07 -04:00
..
audio Bluetooth: Audio: Add initial server values in bt_vcs_register_param 2021-08-26 09:13:58 -04:00
common Bluetooth: Controller: Set default HCI event size with per adv 2021-08-27 11:46:31 -04:00
controller Bluetooth: Controller: Fix null pointer dereferencing in periodic sync 2021-09-01 08:38:37 -04:00
host Bluetooth: ISO: Update BIS index to start from 0x01 2021-09-01 10:57:07 -04:00
mesh Bluetooth: Mesh: Initialize UUID in shell's mod_pub_set 2021-08-31 11:03:06 -04:00
services Bluetooth: ots: Fix output formatting 2021-08-19 10:20:37 -04:00
shell Bluetooth: ISO: Make ISO/ACL bt_conn pointers clear in ISO API 2021-08-27 11:46:07 -04:00
CMakeLists.txt drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
Kconfig Bluetooth: ISO: Update connected ISO API 2021-08-24 07:29:11 -04:00