353a05b116
When in the BAP unicast server role, at least PAC sink or PAC source shall be set. In order to fulfill this new requirement, a few other Kconfig options had to be changed to a `depends on` from `select` to avoid recursive Kconfig requirements. This change may require some applications to update their configurations according to the migration guide. The change from `select` to `depends on` is ideal anyhow as that is the recommended way to add dependencies. This can checked via the combined BT_PACS Kconfig value. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no> |
||
---|---|---|
.. | ||
boards | ||
src | ||
banded.conf | ||
binaural.conf | ||
CMakeLists.txt | ||
Kconfig | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _bluetooth_hap_ha: Bluetooth: HAP Hearing Aid (HA) ############################### Overview ******** Application demonstrating the LE Audio Hearing Aid sample functionality. Starts advertising and awaits connection from a Hearing Aid Unicast Client (HAUC) or Hearing Aid Remote Controller (HARC). Requirements ************ * BlueZ running on the host, or * A board with Bluetooth Low Energy 5.2 support Building and Running ******************** This sample can be found under :zephyr_file:`samples/bluetooth/hap_ha` in the Zephyr tree. See :ref:`bluetooth samples section <bluetooth-samples>` for details.