2017-08-09 14:21:11 +08:00
|
|
|
CONFIG_BT=y
|
|
|
|
CONFIG_BT_HCI_RAW=y
|
2018-04-18 17:10:06 +08:00
|
|
|
|
|
|
|
CONFIG_USB_DEVICE_STACK=y
|
2022-11-10 07:51:20 +08:00
|
|
|
CONFIG_USB_DEVICE_PID=0x000B
|
2018-04-18 17:10:06 +08:00
|
|
|
CONFIG_USB_DEVICE_BLUETOOTH=y
|
2021-02-05 01:53:41 +08:00
|
|
|
CONFIG_USB_DEVICE_BLUETOOTH_VS_H4=n
|
2023-06-09 10:04:49 +08:00
|
|
|
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|
|
|
|
|
|
|
|
# We dont want any console or CDC ACM that may cause BlueZ to not detect hci_usb
|
|
|
|
CONFIG_SERIAL=n
|
|
|
|
CONFIG_CONSOLE=n
|
|
|
|
CONFIG_UART_CONSOLE=n
|
2021-08-16 20:51:12 +08:00
|
|
|
|
|
|
|
# Workaround: Unable to allocate command buffer when using K_NO_WAIT since
|
|
|
|
# Host number of completed commands does not follow normal flow control.
|
|
|
|
CONFIG_BT_BUF_CMD_TX_COUNT=10
|