nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_ias_c_s Struct Reference

IAS Client structure. This contains various status information for the client. More...

#include <ble_ias_c.h>

Data Fields

ble_ias_c_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 
uint16_t alert_level_handle
 
uint16_t conn_handle
 

Detailed Description

IAS Client structure. This contains various status information for the client.

Field Documentation

uint16_t ble_ias_c_s::alert_level_handle

Handle of Alert Level characteristic at peer (as provided by the BLE stack).

uint16_t ble_ias_c_s::conn_handle

Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).

ble_srv_error_handler_t ble_ias_c_s::error_handler

Function to be called in case of an error.

ble_ias_c_evt_handler_t ble_ias_c_s::evt_handler

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