Bluetooth: can't build with CONFIG_ASSERT disabled when CONFIG_BT_PERIPHERAL is enabled #86855
Labels
area: Bluetooth LLCP
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Stale
Describe the bug
When
CONFIG_ASSERT
is disabled andCONFIG_BT_PERIPHERAL
is enabled the bluetooth subsystem fails to build becauseconnectable
andadv
only get defined whenCONFIG_ASSERT
is enabled inticker_update_op_cb()
https://github.com/zephyrproject-rtos/zephyr/blob/658f9357b87ab3e02351a57183743ec70f92cdd7/subsys/bluetooth/controller/ll_sw/ull_adv.c#L2500C2-L2524C2
To Reproduce
see above
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: