zephyr/samples/bluetooth/hap_ha
Emil Gydesen 53502cb417 Bluetooth: Audio: Make codec_cap const
There is no reason why the capabilities
should be modified by the stack after registration,
nor any reason why a the unicast client application
needs to modify the reported remote capabilities, so
all have been marked as const.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-08-15 11:14:29 +00:00
..
boards
src Bluetooth: Audio: Make codec_cap const 2023-08-15 11:14:29 +00:00
banded.conf
binaural.conf
CMakeLists.txt
Kconfig
prj.conf Bluetooth: audio: tbs_client: Minor Kconfig refactor 2023-07-18 11:06:57 +00:00
README.rst
sample.yaml Bluetooth: audio: has: Fix building with preset support disabled 2023-06-05 16:24:18 +02:00

.. _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.