Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_hfp_hf_current_call Struct Reference

The information of current call. More...

#include <zephyr/bluetooth/classic/hfp_hf.h>

Data Fields

uint8_t index
 Call index identifier.
enum bt_hfp_hf_call_dir dir
 Call direction (incoming/outgoing)
enum bt_hfp_hf_call_status status
 Current status of the call.
enum bt_hfp_hf_call_mode mode
 Call mode (voice/data/fax)
bool multiparty
 True if call is part of a multiparty conference.
const char * number
 Phone number string, NULL if not available.
uint8_t type
 Phone number type format identifier.

Detailed Description

The information of current call.

Structure containing comprehensive information about a current call, including its index, direction, status, mode, multiparty status, phone number, and number type.

Field Documentation

◆ dir

enum bt_hfp_hf_call_dir bt_hfp_hf_current_call::dir

Call direction (incoming/outgoing)

◆ index

uint8_t bt_hfp_hf_current_call::index

Call index identifier.

◆ mode

enum bt_hfp_hf_call_mode bt_hfp_hf_current_call::mode

Call mode (voice/data/fax)

◆ multiparty

bool bt_hfp_hf_current_call::multiparty

True if call is part of a multiparty conference.

◆ number

const char* bt_hfp_hf_current_call::number

Phone number string, NULL if not available.

◆ status

enum bt_hfp_hf_call_status bt_hfp_hf_current_call::status

Current status of the call.

◆ type

uint8_t bt_hfp_hf_current_call::type

Phone number type format identifier.


The documentation for this struct was generated from the following file: