![]() |
MT2523 API Reference
LinkIt SDK v4
|
Define the notification content received from a remote device. More...
#include <bt_notify.h>
Data Fields | |
| uint16_t | sender [50] |
| The notification's sender. More... | |
| uint32_t | page_num |
| The notification's page number. More... | |
| bt_notify_page_content_list_t * | page_content |
| The notification's page content. More... | |
| uint32_t | action_number |
| The action number. More... | |
| bt_notify_action_content_t | action_content [5] |
| The action content. More... | |
| uint8_t | group_id [30] |
| The group ID. More... | |
| uint32_t | timestamp |
| The timestamp. More... | |
| uint32_t | app_id |
| The application ID of a remote device. | |
| bt_notify_action_type_t | action |
| The action type. More... | |
| uint32_t | msg_id |
| The notification ID. More... | |
Define the notification content received from a remote device.
| bt_notify_action_type_t action |
The action type.
| bt_notify_action_content_t action_content[5 ] |
The action content.
| uint32_t action_number |
The action number.
| uint8_t group_id[30 ] |
The group ID.
| uint32_t msg_id |
The notification ID.
| bt_notify_page_content_list_t* page_content |
The notification's page content.
| uint32_t page_num |
The notification's page number.
| uint16_t sender[50 ] |
The notification's sender.
| uint32_t timestamp |
The timestamp.