zephyr/subsys/bluetooth/controller
Andrzej Kaczmarek b47df3cc21 Bluetooth: controller: Add scan response data setting restrictions
This adds restrictions for setting scan response data as specified by
Core spec:
* on legacy, only complete data can be set
* on legacy, data cannot be longer than 31 octets
* on ext, if non-scannable, data can only be discarded
* if ext enabled, only complete data can be set
* if ext enabled, data cannot be discarded

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
2020-09-04 14:30:21 +02:00
..
crypto Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
hal Bluetooth: controller: Add cpu_dsb hal interface 2020-08-31 13:49:13 +02:00
hci device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
include Bluetooth: controller: Add advertising set handle mapping 2020-08-13 16:14:29 +02:00
ll_sw Bluetooth: controller: Add scan response data setting restrictions 2020-09-04 14:30:21 +02:00
ticker Bluetooth: controller: Prevent incorrect lazy_current increment 2020-09-04 14:14:23 +02:00
util Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
CMakeLists.txt Bluetooth: controller: split: Initial extended scanning code 2020-06-12 15:50:34 +02:00
Kconfig bluetooth: controller: BT_CTLR_CONN_RSSI as a shared controller opt 2020-09-04 14:03:20 +02:00
Kconfig.ll_sw_split bluetooth: controller: BT_CTLR_CONN_RSSI as a shared controller opt 2020-09-04 14:03:20 +02:00