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:
parent
fa4b4932b9
commit
b60fa21f93
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue