Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_hfp_ag_ongoing_call Struct Reference

The ongoing call. More...

#include <hfp_ag.h>

Data Fields

char number [CONFIG_BT_HFP_AG_PHONE_NUMBER_MAX_LEN+1]
 
uint8_t type
 
enum bt_hfp_ag_call_dir dir
 
enum bt_hfp_ag_call_status status
 

Detailed Description

The ongoing call.

Parameters
numberPhone number terminated with '\0' of the call.
typeSpecify the format of the phone number.
dirCall direction.
statusThe status of the call.

Field Documentation

◆ dir

enum bt_hfp_ag_call_dir bt_hfp_ag_ongoing_call::dir

◆ number

char bt_hfp_ag_ongoing_call::number[CONFIG_BT_HFP_AG_PHONE_NUMBER_MAX_LEN+1]

◆ status

enum bt_hfp_ag_call_status bt_hfp_ag_ongoing_call::status

◆ type

uint8_t bt_hfp_ag_ongoing_call::type

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