nRF5 SDK v17.1.0
Data Fields
ble_ans_alert_notification_t Struct Reference

Alert Notification structure. More...

#include <ble_ans_c.h>

Data Fields

uint8_t alert_category
 
uint8_t alert_category_count
 
uint32_t alert_msg_length
 
uint8_t * p_alert_msg_buf
 

Detailed Description

Alert Notification structure.

Field Documentation

uint8_t ble_ans_alert_notification_t::alert_category

Alert category to which this alert belongs.

uint8_t ble_ans_alert_notification_t::alert_category_count

Number of alerts in the category.

uint32_t ble_ans_alert_notification_t::alert_msg_length

Length of the optional text message sent by the server.

uint8_t* ble_ans_alert_notification_t::p_alert_msg_buf

Pointer to the buffer that contains the optional text message.


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

Documentation feedback | Developer Zone | Subscribe | Updated