Zephyr Project API 4.1.99
A Scalable Open Source RTOS
|
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 |
The ongoing call.
number | Phone number terminated with '\0' of the call. |
type | Specify the format of the phone number. |
dir | Call direction. |
status | The status of the call. |
enum bt_hfp_ag_call_dir bt_hfp_ag_ongoing_call::dir |
char bt_hfp_ag_ongoing_call::number[CONFIG_BT_HFP_AG_PHONE_NUMBER_MAX_LEN+1] |
enum bt_hfp_ag_call_status bt_hfp_ag_ongoing_call::status |
uint8_t bt_hfp_ag_ongoing_call::type |