-
CONFIG_BT_WAIT_NOP
¶
Wait for “NOP” Command Complete event during init
Type: bool
Help¶
Some controllers emit a Command Complete event for the NOP opcode to indicate that they’re ready to receive commands. This option should be selected if the controller used exhibits such behavior.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:68
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
Menu path: (top menu) → Bluetooth
config BT_WAIT_NOP bool prompt "Wait for "NOP" Command Complete event during init" ifBT_HCI
&&BT_HCI
&&BT
depends onBT_HCI
&&BT_HCI
&&BT
help Some controllers emit a Command Complete event for the NOP opcode to indicate that they're ready to receive commands. This option should be selected if the controller used exhibits such behavior.
(Definitions include propagated dependencies, including from if’s and menus.)