zephyr/subsys/bluetooth
Rubin Gerritsen f79fbeabd5 Bluetooth: Host: Allow setting more than 251 bytes of adv data
When the application sets more than 251 bytes of advertising data,
the data is sent over multiple HCI commands.
This is only allowed if the advertiser is not running
as defined by the HCI specification.

The data is sent to the controller one AD-field at the time.
If an AD-field is larger than BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN,
the data is split over two commands.
This introduces some additional complexity.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
2021-09-09 14:22:53 -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 multiple advertising set assert 2021-09-06 17:25:37 +02:00
host Bluetooth: Host: Allow setting more than 251 bytes of adv data 2021-09-09 14:22:53 -04:00
mesh Bluetooth: Mesh: Check if app key is bound in Model Publication Set 2021-09-07 11:32:16 -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