commit | 4161ba210321b49574affed5527b92a6b4178c53 | [log] [tgz] |
---|---|---|
author | Thomas Deppe <thomas.deppe@nordicsemi.no> | Thu Mar 06 16:07:47 2025 +0100 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Mon Mar 10 21:31:12 2025 +0100 |
tree | 0a504d66510404690dbf2cc66b954f6b8e2082ad | |
parent | 8722c03222c88b0c5a7977d881a30224aee15daa [diff] |
Bluetooth: Host: Fix Advertising Coding Selection as peripheral Fix mistake in host implementation of Advertising Coding Selection. The host should only try set the BT_LE_FEAT_BIT_ADV_CODING_SEL_HOST when the observer role is enabled. If a broadcaster enables the CONFIG_BT_EXT_ADV_CODING_SELECTION Kconfig option bluetooth will fail to initialise. Signed-off-by: Thomas Deppe <thomas.deppe@nordicsemi.no>