zephyr/subsys/bluetooth/controller
Andrzej Kaczmarek 60b8df94e1 Bluetooth: controller: Add support to set scan response data on ext
This allows to set scan response data using ext adv commands.

New AUX_SCAN_RSP can be created without analyzing previous PDU since
the only value that need to be copied from previous PDU is AdvA which
is placed at fixed location. TxPower is omitted since, if enabled, it
is already present in AUX_ADV_IND and does not need to be presed in
other PDUs. ADI support is to be added later.

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 support to set scan response data on ext 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