MT2523 API Reference  LinkIt SDK v4
bt_notify_notification_t Struct Reference

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_tpage_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...
 

Detailed Description

Define the notification content received from a remote device.

Field Documentation

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.

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.


The documentation for this struct was generated from the following file: