Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_tbs_client_call_state Struct Reference

Struct to hold a call state. More...

#include <tbs.h>

Data Fields

uint8_t index
 Index of the call.
 
uint8_t state
 State of the call (see BT_TBS_CALL_STATE_*)
 
uint8_t flags
 Call flags (see BT_TBS_CALL_FLAG_*)
 

Detailed Description

Struct to hold a call state.

Field Documentation

◆ flags

uint8_t bt_tbs_client_call_state::flags

Call flags (see BT_TBS_CALL_FLAG_*)

◆ index

uint8_t bt_tbs_client_call_state::index

Index of the call.

◆ state

uint8_t bt_tbs_client_call_state::state

State of the call (see BT_TBS_CALL_STATE_*)


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