bluetooth: smp: Fix build warnings for central with OOB legacy only
Currently, there are build warnings that are triggered when building for BT central and legacy OOB pairing only: CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY=y CONFIG_BT_CENTRAL=y There was a PR that handled this issue in the past https://github.com/zephyrproject-rtos/zephyr/pull/74400. Unfortunately, this PR even though it fixed the warnings it also broke the BT peripheral and legacy OOB pairing only build: CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY=y CONFIG_BT_PERIPHERAL=y https://github.com/zephyrproject-rtos/zephyr/pull/82552 was merged in order to fix the issue with the peripheral build configuration. Unfortunately, this PR reintroduced the warnings for BT central and legacy OOB pairing. This commit brings changes to make sure that both the BT central and peripheral builds with OOB legacy pairing are buildable and warnings free. Also in this commit, a new build test case is added for the BT central and legacy OOB pairing along the existing BT peripheral test case Signed-off-by:Sebastian Panceac <sebastian.panceac@ext.grandcentrix.net>
Loading
Please sign in to comment