You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
383 B
16 lines
383 B
CONFIG_SERIAL=y |
|
CONFIG_CONSOLE=y |
|
CONFIG_UART_CONSOLE=y |
|
|
|
CONFIG_BT=y |
|
CONFIG_BT_PERIPHERAL=y |
|
CONFIG_BT_ZEPHYR_NUS=y |
|
CONFIG_UART_BT=y |
|
CONFIG_BT_ZEPHYR_NUS_AUTO_START_BLUETOOTH=y |
|
|
|
# Bluetooth optimizations to allow larger data packets. |
|
CONFIG_BT_RX_STACK_SIZE=2048 |
|
CONFIG_BT_L2CAP_TX_MTU=512 |
|
CONFIG_BT_BUF_ACL_RX_SIZE=502 |
|
CONFIG_BT_BUF_ACL_TX_SIZE=502 |
|
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
|
|
|