1.. zephyr:code-sample:: bluetooth_handsfree 2 :name: Hands-free 3 :relevant-api: bt_hfp bluetooth 4 5 Use the Hands-Free Profile (HFP) APIs. 6 7Overview 8******** 9 10Application demonstrating usage of the Hands-free Profile (HFP) APIs. 11 12Requirements 13************ 14 15* BlueZ running on the host, or 16* A board with Bluetooth BR/EDR (Classic) support 17 18Building and Running 19******************** 20 21This sample can be found under :zephyr_file:`samples/bluetooth/handsfree` in 22the Zephyr tree. 23 24See :zephyr:code-sample-category:`bluetooth` samples for details. 25