:orphan: .. title:: CONFIG_BT_PAC_SRC .. kconfig:: CONFIG_BT_PAC_SRC CONFIG_BT_PAC_SRC ################# *Source PAC Characteristic Support* Type: ``bool`` Help ==== .. code-block:: none This option enables support for Source PAC Characteristic. Direct dependencies =================== \ :kconfig:`BT_PACS ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`BT_ASCS ` - y Kconfig definition ================== At ``/bluetooth/audio/Kconfig.pacs:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` → ``/bluetooth/audio/Kconfig.baps:264`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Published Audio Capabilities Service Support .. code-block:: kconfig config BT_PAC_SRC bool "Source PAC Characteristic Support" default y if BT_ASCS default y depends on BT_PACS && BT_AUDIO && BT help This option enables support for Source PAC Characteristic. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*