Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
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. |
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.
enum bt_hfp_hf_call_dir bt_hfp_hf_current_call::dir |
Call direction (incoming/outgoing)
uint8_t bt_hfp_hf_current_call::index |
Call index identifier.
enum bt_hfp_hf_call_mode bt_hfp_hf_current_call::mode |
Call mode (voice/data/fax)
bool bt_hfp_hf_current_call::multiparty |
True if call is part of a multiparty conference.
const char* bt_hfp_hf_current_call::number |
Phone number string, NULL if not available.
enum bt_hfp_hf_call_status bt_hfp_hf_current_call::status |
Current status of the call.
uint8_t bt_hfp_hf_current_call::type |
Phone number type format identifier.