samples: Bluetooth: hci_uart: Implement NOP Command Complete

Implement the Controller counterpart to CONFIG_BT_WAIT_NOP so that it
issues a NOP Command Complete event after booting up, to signal to the
Host that it is ready to receive HCI traffic.

Fixes #15333

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2019-03-19 16:51:06 +01:00 committed by Carles Cufí
commit bae9f1967b
4 changed files with 37 additions and 8 deletions

View file

@ -70,14 +70,6 @@ config BT_HCI_TX_PRIO
int
default 7
config BT_WAIT_NOP
bool "Wait for \"NOP\" Command Complete event during init"
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.
config BT_HCI_RESERVE
int
default 0 if BT_H4