commit | 934a09550dd17406426ac92aac89761cbe506520 | [log] [tgz] |
---|---|---|
author | Jonathan Rico <jonathan.rico@nordicsemi.no> | Mon Nov 20 14:05:19 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 21 09:56:02 2023 +0100 |
tree | 309dfcc196713ee62434103810239706dafb7e52 | |
parent | 32c3173fabae92217739743bf6098f0e5c4d86df [diff] |
samples: Bluetooth: Make broadcaster_multiple run on other controllers `CONFIG_BT_CTLR_ADV_DATA_CHAIN` is a Zephyr Controller exclusive. Use the max length instead to decide if we should add more data. The motivation for the change is that tests/bsim/bluetooth/host/adv/chain does not pass with Nordic's Softdevice Controller because of this. Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>