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:
Vinayak Kariappa Chettimada 2018-08-27 07:45:43 +02:00 committed by Anas Nashif
commit 021b12328a
2 changed files with 16 additions and 3 deletions

View file

@ -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