zephyr/samples/bluetooth/hap_ha
Fredrik Danebjer c9da274eb2 Bluetooth: ascs: Add dynamic ASE registration
Added option to set the ASE count through the bap API, making ASE
configuration runtime available. The upper limit of ASEs are still
bound by the Kconfig options set for ASEs.

Signed-off-by: Fredrik Danebjer <frdn@demant.com>
2024-09-11 07:41:12 -04:00
..
boards samples/bluetooth/hap_ha: Enable in native_sim 2023-11-14 09:52:34 +02:00
src Bluetooth: ascs: Add dynamic ASE registration 2024-09-11 07:41:12 -04:00
banded.conf
binaural.conf
CMakeLists.txt
Kconfig
prj.conf Bluetooth: ascs: Add dynamic ASE registration 2024-09-11 07:41:12 -04:00
README.rst samples: bluetooth: use zephyr:code-sample directive 2024-09-05 16:58:32 -04:00
sample.yaml samples/bluetooth/hap_ha: Enable in native_sim 2023-11-14 09:52:34 +02:00

.. 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 :ref:`bluetooth samples section <bluetooth-samples>` for details.