1CONFIG_BT=y 2CONFIG_BT_HCI_RAW=y 3 4CONFIG_USB_DEVICE_STACK=y 5CONFIG_USB_DEVICE_PID=0x000B 6CONFIG_USB_DEVICE_BLUETOOTH=y 7CONFIG_USB_DEVICE_BLUETOOTH_VS_H4=n 8CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n 9 10# We dont want any console or CDC ACM that may cause BlueZ to not detect hci_usb 11CONFIG_SERIAL=n 12CONFIG_CONSOLE=n 13CONFIG_UART_CONSOLE=n 14 15# Workaround: Unable to allocate command buffer when using K_NO_WAIT since 16# Host number of completed commands does not follow normal flow control. 17CONFIG_BT_BUF_CMD_TX_COUNT=10 18