SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_ias_s Struct Reference

ble_ias_s Struct Reference
[Immediate Alert Service]

Immediate Alert Service structure. More...

#include <ble_ias.h>

Data Fields

ble_ias_evt_handler_t evt_handler
 Event handler to be called for handling events in the Immediate Alert Service.
uint16_t service_handle
 Handle of Immediate Alert Service (as provided by the BLE stack).
ble_gatts_char_handles_t alert_level_handles
 Handles related to the Alert Level characteristic.

Detailed Description

Immediate Alert Service structure.

This contains various status information for the service.

Definition at line 76 of file ble_ias.h.


Field Documentation

Handles related to the Alert Level characteristic.

Definition at line 80 of file ble_ias.h.

Event handler to be called for handling events in the Immediate Alert Service.

Definition at line 78 of file ble_ias.h.

uint16_t service_handle

Handle of Immediate Alert Service (as provided by the BLE stack).

Definition at line 79 of file ble_ias.h.