| CONFIG_BT_AUDIO=y |
| CONFIG_BT_EXT_ADV=y |
| CONFIG_BT_BAP_UNICAST_SERVER=y |
| CONFIG_BT_BAP_UNICAST_CLIENT=y |
| CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT=2 |
| CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT=2 |
| |
| # These have to be the same as in the controller (hci_rpmsg) |
| CONFIG_BT_MAX_CONN=2 |
| CONFIG_BT_BUF_EVT_RX_COUNT=16 |
| CONFIG_BT_BUF_EVT_RX_SIZE=255 |
| CONFIG_BT_BUF_CMD_TX_SIZE=255 |
| CONFIG_BT_BUF_ACL_TX_SIZE=251 |
| # L2CAP SDU/PDU TX MTU |
| CONFIG_BT_L2CAP_TX_MTU=247 |
| # The minimum value for this is |
| # L2AP MPS + L2CAP header (4) |
| CONFIG_BT_BUF_ACL_RX_SIZE=255 |
| |
| # ASCS |
| CONFIG_BT_ASCS_ASE_SNK_COUNT=2 |
| CONFIG_BT_ASCS_ASE_SRC_COUNT=2 |
| |
| # Support an ISO channel per ASE |
| CONFIG_BT_ISO_MAX_CHAN=2 |
| |
| # PACS |
| CONFIG_BT_PAC_SNK_LOC_WRITEABLE=y |
| CONFIG_BT_PAC_SRC_LOC_WRITEABLE=y |
| |
| # Volume Offset Control Service |
| CONFIG_BT_VOCS_MAX_INSTANCE_COUNT=2 |
| CONFIG_BT_VOCS_CLIENT_MAX_INSTANCE_COUNT=2 |
| |
| # Audio Input Control Service |
| CONFIG_BT_AICS_MAX_INSTANCE_COUNT=4 |
| CONFIG_BT_AICS_CLIENT_MAX_INSTANCE_COUNT=4 |
| |
| # Volume Control |
| CONFIG_BT_VCP_VOL_REND=y |
| CONFIG_BT_VCP_VOL_REND_VOCS_INSTANCE_COUNT=2 |
| CONFIG_BT_VCP_VOL_REND_AICS_INSTANCE_COUNT=2 |
| CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_DBG=y |
| |
| # IAS |
| CONFIG_BT_IAS=y |
| CONFIG_BT_IAS_CLIENT=y |