Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Emil Gydesen 9d4cc4b49b Bluetooth: BAP: Add a set of suggested intervals to use with BAP 4 months ago
..
boards Bluetooth: Host: Remove HCI ECC emulation 6 months ago
src Bluetooth: BAP: Add a set of suggested intervals to use with BAP 4 months ago
CMakeLists.txt Bluetooth: has: Make HAS registration dynamic 3 years ago
Kconfig Bluetooth: has: Make HAS registration dynamic 3 years ago
README.rst doc: samples: Adopt code-sample-category across tree 10 months ago
banded.conf Bluetooth: has: Make HAS registration dynamic 3 years ago
binaural.conf Bluetooth: Audio: Update SCAN_DELEGATOR dependency to GATT_DYNAMIC_DB 9 months ago
prj.conf Bluetooth: BAP: Add a set of suggested intervals to use with BAP 4 months ago
sample.yaml samples: sample.yaml: replace deprecated OVERLAY_CONFIG w\ EXTRA_CONF_FILE 9 months ago

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.