2024-08-29 23:32:37 +08:00
|
|
|
.. zephyr:code-sample:: bluetooth_handsfree
|
|
|
|
:name: Hands-free
|
|
|
|
:relevant-api: bt_hfp bluetooth
|
2017-02-07 15:40:50 +08:00
|
|
|
|
2024-08-29 23:32:37 +08:00
|
|
|
Use the Hands-Free Profile (HFP) APIs.
|
2017-02-07 15:40:50 +08:00
|
|
|
|
|
|
|
Overview
|
|
|
|
********
|
|
|
|
|
|
|
|
Application demonstrating usage of the Hands-free Profile (HFP) APIs.
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
************
|
|
|
|
|
|
|
|
* BlueZ running on the host, or
|
|
|
|
* A board with Bluetooth BR/EDR (Classic) support
|
|
|
|
|
|
|
|
Building and Running
|
|
|
|
********************
|
|
|
|
|
2019-03-09 06:21:37 +08:00
|
|
|
This sample can be found under :zephyr_file:`samples/bluetooth/handsfree` in
|
2017-02-07 15:40:50 +08:00
|
|
|
the Zephyr tree.
|
|
|
|
|
2024-09-16 16:55:34 +08:00
|
|
|
See :zephyr:code-sample-category:`bluetooth` samples for details.
|