zephyr/samples/bluetooth/hap_ha
Emil Gydesen 6b6107ccd1 Bluetooth: Audio: Rename set_sirk to just sirk
The S in SIRK is for set, so set_sirk was effectively
"set set".

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-05-31 08:05:24 +02:00
..
boards samples/bluetooth/hap_ha: Enable in native_sim 2023-11-14 09:52:34 +02:00
src Bluetooth: Audio: Rename set_sirk to just sirk 2024-05-31 08:05:24 +02:00
banded.conf
binaural.conf
CMakeLists.txt
Kconfig
prj.conf Bluetooth: BAP: Unicast server depend on PACS 2024-04-30 14:30:45 -04:00
README.rst
sample.yaml samples/bluetooth/hap_ha: Enable in native_sim 2023-11-14 09:52:34 +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.