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.

Direct dependencies

BT_HCI && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/host/Kconfig:68

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155

Menu path: (top menu) → Bluetooth

config BT_WAIT_NOP
    bool
    prompt "Wait for "NOP" Command Complete event during init" if BT_HCI && BT_HCI && BT
    depends on BT_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.)