Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_ans_alert_notification_t Struct Reference

ble_ans_alert_notification_t Struct Reference
[Alert Notification Service Client]

Alert Notification structure. More...

#include <ble_ans_c.h>

Data Fields

uint8_t alert_category
 Alert category to which this alert belongs.
uint8_t alert_category_count
 Number of alerts in the category.
uint32_t alert_msg_length
 Length of optional text message send by the server.
uint8_t * p_alert_msg_buf
 Pointer to buffer containing the optional text message.

Detailed Description

Alert Notification structure.

Definition at line 120 of file ble_ans_c.h.


Field Documentation

uint8_t alert_category

Alert category to which this alert belongs.

Definition at line 122 of file ble_ans_c.h.

Number of alerts in the category.

Definition at line 123 of file ble_ans_c.h.

uint32_t alert_msg_length

Length of optional text message send by the server.

Definition at line 124 of file ble_ans_c.h.

uint8_t* p_alert_msg_buf

Pointer to buffer containing the optional text message.

Definition at line 125 of file ble_ans_c.h.