Bluetooth: controller: Add ADI support in AUX_SCAN_RSP
ADI field is optional in AUX_SCAN_RSP so by default it's disabled, but now we'll have an option to include it. Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
This commit is contained in:
parent
1b1ab16a64
commit
d8864d44f4
2 changed files with 17 additions and 3 deletions
|
@ -158,6 +158,12 @@ config BT_CTLR_ADV_SYNC_SET
|
|||
help
|
||||
Maximum supported periodic advertising sets.
|
||||
|
||||
config BT_CTRL_ADV_ADI_IN_SCAN_RSP
|
||||
bool "Include ADI in AUX_SCAN_RSP PDU"
|
||||
depends on BT_BROADCASTER && BT_CTLR_ADV_EXT
|
||||
help
|
||||
Enable ADI field in AUX_SCAN_RSP PDU
|
||||
|
||||
config BT_CTLR_SCAN_AUX_SET
|
||||
int "LE Extended Scanning Auxiliary Sets"
|
||||
depends on BT_OBSERVER && BT_CTLR_ADV_EXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue