![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the name and number of a missed call. More...
#include <bt_pbapc.h>
Data Fields | |
| uint8_t | number_length |
| The length of the number. More... | |
| uint8_t | name_length |
| The length of the name. More... | |
| uint8_t * | number |
| The content of the number. More... | |
| uint8_t * | name |
| The content of the name. More... | |
This structure defines the name and number of a missed call.
| uint8_t* name |
The content of the name.
| uint8_t name_length |
The length of the name.
| uint8_t* number |
The content of the number.
| uint8_t number_length |
The length of the number.