|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Handsfree Profile handling. More...
#include <zephyr/bluetooth/bluetooth.h>Go to the source code of this file.
Data Structures | |
| struct | bt_hfp_hf_cmd_complete |
| HFP HF Command completion field. More... | |
| struct | bt_hfp_hf_cb |
| HFP profile application callback. More... | |
Macros | |
| #define | HFP_HF_CMD_OK 0 |
| #define | HFP_HF_CMD_ERROR 1 |
| #define | HFP_HF_CMD_CME_ERROR 2 |
| #define | HFP_HF_CMD_UNKNOWN_ERROR 4 |
Enumerations | |
| enum | bt_hfp_hf_at_cmd { BT_HFP_HF_ATA , BT_HFP_HF_AT_CHUP } |
Functions | |
| int | bt_hfp_hf_register (struct bt_hfp_hf_cb *cb) |
| Register HFP HF profile. | |
| int | bt_hfp_hf_send_cmd (struct bt_conn *conn, enum bt_hfp_hf_at_cmd cmd) |
| Handsfree client Send AT. | |
Handsfree Profile handling.