Bluetooth: Kconfig the Auto PHY Update Procedure initiation
Added Kconfig option to select Auto-initiation of PHY update procedure on connection establishment. Relates to #9608. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
338dc8a952
commit
021b12328a
2 changed files with 16 additions and 3 deletions
|
@ -242,6 +242,16 @@ config BT_ATT_TX_MAX
|
|||
amount the calls will block until an existing queued PDU gets
|
||||
sent.
|
||||
|
||||
config BT_AUTO_PHY_UPDATE
|
||||
bool "Auto-initiate PHY Update Procedure"
|
||||
default y
|
||||
help
|
||||
Initiate PHY Update Procedure on connection establishment.
|
||||
|
||||
Disable this if you want PHY Update Procedure feature supported but
|
||||
want to rely on remote device to initiate the procedure at its
|
||||
descretion.
|
||||
|
||||
config BT_SMP
|
||||
bool "Security Manager Protocol support"
|
||||
select TINYCRYPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue