Bluetooth: Controller: Rename Kconfig to BT_CTLR_ADV_AUX_PDU_BACK2BACK

Rename Kconfig BT_CTLR_ADV_PDU_BACK2BACK to
BT_CTLR_ADV_AUX_PDU_BACK2BACK to represent use of
back-to-back for Extended Advertising PDU chaining support
similar to BT_CTLR_ADV_SYNC_PDU_BACK2BACK that is used to
represent the use of back-to-back for Periodic Advertising
PDU chaining support.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2022-07-12 15:00:17 +05:30 committed by Carles Cufí
commit aa5c0c0a90
4 changed files with 23 additions and 19 deletions

View file

@ -193,23 +193,27 @@ config BT_CTLR_ADV_SYNC_SET
Maximum supported periodic advertising sets.
config BT_CTLR_ADV_PDU_LINK
bool "Linking of advertising PDU trains"
help
Enables extra space in each advertising PDU to allow linking PDUs. This
is required to enable advertising data trains (i.e. transmission of
AUX_CHAIN_IND).
# Enables extra space in each advertising PDU to allow linking PDUs.
# This is required to enable advertising data trains (i.e. transmission
# of AUX_CHAIN_IND).
bool
config BT_CTLR_ADV_PDU_BACK2BACK
config BT_CTLR_ADV_AUX_PDU_LINK
# Enable chaining in Extended Advertising
bool
select BT_CTLR_ADV_PDU_LINK
config BT_CTLR_ADV_AUX_PDU_BACK2BACK
bool "Back-to-back transmission of extended advertising trains"
depends on BT_BROADCASTER && BT_CTLR_ADV_EXT
select BT_CTLR_ADV_PDU_LINK
select BT_CTLR_ADV_AUX_PDU_LINK
help
Enables transmission of AUX_CHAIN_IND in extended advertising train by
sending each AUX_CHAIN_IND one after another back-to-back.
config BT_CTLR_ADV_PDU_BACK2BACK_AFS
config BT_CTLR_ADV_AUX_PDU_BACK2BACK_AFS
int "AUX Frame Space for back-to-back transmission of extended advertising trains"
depends on BT_CTLR_ADV_PDU_BACK2BACK
depends on BT_CTLR_ADV_AUX_PDU_BACK2BACK
range 300 1000
help
Specific AUX Frame Space to be used for back-to-back transmission of