![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the parameter type in the callback for the event BT_HFP_CALL_WAITING_IND to indicate the call waiting information, if any. More...
#include <bt_hfp.h>
Data Fields | |
| uint32_t | handle |
| The HFP handle of the current connection. More... | |
| uint16_t | num_size |
| The phone number size of the current waiting call. More... | |
| uint8_t | number [64] |
| The phone number of the current waiting call. More... | |
| uint8_t | class |
| The Voice parameters of the current waiting call. More... | |
| uint8_t | type |
| The address type of the current waiting call. More... | |
This structure defines the parameter type in the callback for the event BT_HFP_CALL_WAITING_IND to indicate the call waiting information, if any.
| uint8_t class |
The Voice parameters of the current waiting call.
| uint32_t handle |
The HFP handle of the current connection.
| uint16_t num_size |
The phone number size of the current waiting call.
| uint8_t number[64 ] |
The phone number of the current waiting call.
| uint8_t type |
The address type of the current waiting call.