Bluetooth: Controller: Disable scan unreserved for LOW_LAT option
Disable use of BT_CTLR_SCAN_UNRESERVED with BT_CTLR_LOW_LAT. nRF51x SoC needs to block any CPU use inside radio events, hence use of radio without time reservation is required for proper functioning of Controller in nRF51x. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
82297d9245
commit
d84397f66d
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ config BT_CTLR_SCAN_INDICATION
|
|||
|
||||
config BT_CTLR_SCAN_UNRESERVED
|
||||
bool "Unreserved scan window"
|
||||
depends on BT_OBSERVER
|
||||
depends on BT_OBSERVER && !BT_CTLR_LOW_LAT
|
||||
default y if BT_MESH
|
||||
help
|
||||
Scanner will not use time space reservation for scan window when in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue