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