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_ias_c_s Struct Reference

ble_ias_c_s Struct Reference
[Immediate Alert Service Client]

IAS Client structure. More...

#include <ble_ias_c.h>

Data Fields

ble_ias_c_evt_handler_t evt_handler
 Event handler to be called for handling events in the Immediate Alert Service client.
ble_srv_error_handler_t error_handler
 Function to be called in case of an error.
uint16_t alert_level_handle
 Handle of Alert Level characteristic at peer (as provided by the BLE stack).
uint16_t conn_handle
 Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).

Detailed Description

IAS Client structure.

This contains various status information for the client.

Definition at line 60 of file ble_ias_c.h.


Field Documentation

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

Definition at line 62 of file ble_ias_c.h.