1# hci_uart_async 2CONFIG_SERIAL=y 3CONFIG_UART_ASYNC_API=y 4 5# hci_raw (dependency of hci_uart) 6CONFIG_BT=y 7CONFIG_BT_HCI_RAW=y 8CONFIG_BT_HCI_RAW_H4=y 9CONFIG_BT_HCI_RAW_H4_ENABLE=y 10 11# Controller configuration. Modify these for your application's needs. 12CONFIG_BT_MAX_CONN=16 13CONFIG_BT_BUF_ACL_RX_SIZE=255 14CONFIG_BT_BUF_CMD_TX_SIZE=255 15CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255 16 17# Send an initial HCI_Command_Complete event on boot without waiting for 18# HCI_Reset. Make sure to use the same value for this setting in your 19# host application. 20#CONFIG_BT_WAIT_NOP=y 21 22# See `overlay.app`. The 'zephyr,console' chosen node is deleted there 23# in case it has a interfering default. Those same boards set this 24# config and it must be undone or the build will fail. 25CONFIG_UART_CONSOLE=n 26