• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

boards/22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025608 2720

Kconfig A D22-Aug-20251,021 5338

README.rst A D22-Aug-2025763 2618

banded.conf A D22-Aug-2025275 73

binaural.conf A D22-Aug-2025133 54

prj.conf A D22-Aug-20252.2 KiB7753

sample.yaml A D22-Aug-2025905 3534

README.rst

1.. zephyr:code-sample:: bluetooth_hap_ha
2   :name: Hearing Access Profile (HAP) Hearing Aid (HA)
3   :relevant-api: bt_has
4
5   Advertise and await connection from a Hearing Aid Unicast Client or Remote Controller.
6
7Overview
8********
9
10Application demonstrating the LE Audio Hearing Aid sample functionality.
11Starts advertising and awaits connection from a Hearing Aid Unicast Client (HAUC)
12or Hearing Aid Remote Controller (HARC).
13
14Requirements
15************
16
17* BlueZ running on the host, or
18* A board with Bluetooth Low Energy 5.2 support
19
20Building and Running
21********************
22This sample can be found under
23:zephyr_file:`samples/bluetooth/hap_ha` in the Zephyr tree.
24
25See :zephyr:code-sample-category:`bluetooth` samples for details.
26