nRF5 SDK v17.1.0
Data Fields
ble_ias_c_evt_t Struct Reference

Immediate Alert Service client event. More...

#include <ble_ias_c.h>

Data Fields

ble_ias_c_evt_type_t evt_type
 
uint16_t conn_handle
 
ble_gattc_char_t alert_level
 

Detailed Description

Immediate Alert Service client event.

Field Documentation

ble_gattc_char_t ble_ias_c_evt_t::alert_level

Information on the discovered Alert Level characteristic discovered. This is filled if the evt_type is BLE_IAS_C_EVT_DISCOVERY_COMPLETE.

uint16_t ble_ias_c_evt_t::conn_handle

Connection handle on which the IAS service was discovered on the peer device. This is filled if the evt_type is BLE_IAS_C_EVT_DISCOVERY_COMPLETE.

ble_ias_c_evt_type_t ble_ias_c_evt_t::evt_type

Type of event.


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

Documentation feedback | Developer Zone | Subscribe | Updated