1# For LC3 the following configs are needed
2CONFIG_FPU=y
3CONFIG_LIBLC3=y
4# The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
5# inctease stack size for that thread.
6CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
7
8CONFIG_BT_BUF_EVT_RX_SIZE=255
9CONFIG_BT_BUF_ACL_RX_SIZE=255
10CONFIG_BT_BUF_ACL_TX_SIZE=251
11CONFIG_BT_BUF_CMD_TX_SIZE=255
12
13CONFIG_BT_SEND_ECC_EMULATION=y
14