zephyr/samples/bluetooth/hap_ha
Emil Gydesen dc97bbd35f Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg
The QoS structure is not related to a codec, but rather a
stream, and should thus not use the "Codec" name.

The BAP and ASCS specs refer to the QoS as
"QoS configuration" several places, so it is an obvious
choice for a name.

Since the structure is defined and used by BAP, the prefix
was changed from bt_audio to bt_bap.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-10-04 16:34:22 +01:00
..
boards samples/bluetooth/hap_ha: Don't test on native_posix 2024-09-25 04:04:36 -04:00
src Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
CMakeLists.txt
Kconfig
README.rst
banded.conf
binaural.conf
prj.conf
sample.yaml samples/bluetooth/hap_ha: Don't test on native_posix 2024-09-25 04:04:36 -04:00

README.rst

.. zephyr:code-sample:: bluetooth_hap_ha
   :name: Hearing Access Profile (HAP) Hearing Aid (HA)
   :relevant-api: bt_has

   Advertise and await connection from a Hearing Aid Unicast Client or Remote Controller.

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 :zephyr:code-sample-category:`bluetooth` samples for details.