zephyr/samples/bluetooth/hap_ha
Emil Gydesen ae11b5879b Bluetooth: Audio: Remove bt_vcp from vol rend API
Remove the struct bt_vcp pointer from the volume
renderer API, as there is only ever a single
Volume Renderer instance on a device.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-11-28 17:43:40 +01:00
..
boards
src Bluetooth: Audio: Remove bt_vcp from vol rend API 2022-11-28 17:43:40 +01:00
CMakeLists.txt
Kconfig Bluetooth: Audio: Rename `bt_csip` to `bt_csip_set_member` 2022-11-24 15:23:48 +01:00
README.rst
banded.conf Bluetooth: Audio: Specify bt_vcp_vol_rend API 2022-11-28 17:43:40 +01:00
binaural.conf Bluetooth: Audio: Rename `bt_csip` to `bt_csip_set_member` 2022-11-24 15:23:48 +01:00
prj.conf Bluetooth: Audio: Specify bt_vcp_vol_rend API 2022-11-28 17:43:40 +01:00
sample.yaml

README.rst

.. _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.