Bluetooth: controller: Enable Fast Enc and RSSI features

Enable the Fast Encryption design and connection RSSI
measurement when CONFIG_BT_HCI_RAW is selected.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2019-07-03 19:03:34 +05:30 committed by Carles Cufí
commit b60fa21f93

View file

@ -559,6 +559,7 @@ if BT_CONN
config BT_CTLR_FAST_ENC
bool "Fast Encryption Setup"
depends on BT_CTLR_LE_ENC
default y if BT_HCI_RAW
help
Enable connection encryption setup in 3 connection intervals.
Peripheral will respond to Encryption Request with Encryption Response
@ -591,6 +592,7 @@ config BT_CTLR_TX_RETRY_DISABLE
config BT_CTLR_CONN_RSSI
bool "Connection RSSI"
default y if BT_HCI_RAW
help
Enable connection RSSI measurement.