![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the parameter type in the callback for the event BT_HFP_CURRENT_CALLS_IND to indicate the current call information. More...
#include <bt_hfp.h>
Data Fields | |
| uint32_t | handle |
| The HFP handle of the current connection. More... | |
| uint8_t | index |
| Index of the call on the audio gateway. More... | |
| uint8_t | director |
| The director of the call, 0 - Mobile Originated, 1 - Mobile Terminated. More... | |
| bt_hfp_call_status_t | state |
| The call state of the call. More... | |
| bt_hfp_call_mode_t | mode |
| The call mode of the call. More... | |
| uint8_t | multiple_party |
| If the call is multiple party, 0 - Not Multiparty, 1 - Multiparty. More... | |
| uint16_t | num_size |
| The phone number size of the call. More... | |
| uint8_t | number [64] |
| The phone number of the call. More... | |
| bt_hfp_phone_num_format_t | type |
| The address type of the call. More... | |
This structure defines the parameter type in the callback for the event BT_HFP_CURRENT_CALLS_IND to indicate the current call information.
| uint8_t director |
The director of the call, 0 - Mobile Originated, 1 - Mobile Terminated.
| uint32_t handle |
The HFP handle of the current connection.
| uint8_t index |
Index of the call on the audio gateway.
| bt_hfp_call_mode_t mode |
The call mode of the call.
| uint8_t multiple_party |
If the call is multiple party, 0 - Not Multiparty, 1 - Multiparty.
| uint16_t num_size |
The phone number size of the call.
| uint8_t number[64 ] |
The phone number of the call.
| bt_hfp_call_status_t state |
The call state of the call.
The address type of the call.