Bluetooth: Kconfig: Add dependency on BT_CONN for PAST

PAST only works if you have a connection, so the PAST
feature should depend on that.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2024-07-03 23:57:47 +02:00 committed by Alberto Escolar
commit c46b2e086b
2 changed files with 6 additions and 2 deletions

View file

@ -289,6 +289,10 @@ Bluetooth
with the buffer pools for HCI fragments and L2CAP segments. All communication with the
Controller is now exclusively done in the system workqueue context.
* :kconfig:option:`CONFIG_BT_PER_ADV_SYNC_TRANSFER_RECEIVER` and
:kconfig:option:`CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER` now depend on
:kconfig:option:`CONFIG_BT_CONN` as they do not work without connections.
* HCI Driver
* Added support for Ambiq Apollo3 Blue series.