zephyr/samples
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
..
application_development cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
basic samples: basic: blinky_pwm: Add support for nucleo_wb55rg platform 2021-08-31 19:56:22 -04:00
bluetooth Bluetooth: ISO: Update BIS index to start from 0x01 2021-09-01 10:57:07 -04:00
boards samples: sensortile_box: get chosen console device from devicetree 2021-08-23 18:53:47 -04:00
compression cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
drivers samples: enable support for Atmel SAM DAC driver 2021-08-26 16:46:16 -04:00
hello_world cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
kernel cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
modules samples: tflite-micro: fix magic_wand 2021-08-24 07:26:08 -04:00
net drivers: modem: gsm_ppp: Use DTS 2021-08-31 17:33:34 -04:00
philosophers samples: philosophers: Enable thread awareness 2021-08-30 13:18:04 -04:00
posix cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
sensor samples: sensor: added sample app for INA219 2021-08-23 10:32:07 -05:00
shields cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
subsys drivers: modem: gsm_ppp: Use DTS 2021-08-31 17:33:34 -04:00
synchronization cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
tfm_integration cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
userspace samples: prod_consumer: don't reuse main stack for app_b 2021-08-26 21:16:22 -04:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst samples: compression: lz4: lz4 sample application 2021-06-12 17:21:55 +02:00