nRF5 SDK v17.1.0
Data Fields
ble_ias_s Struct Reference

Immediate Alert Service structure. This contains various status information for the service. More...

#include <ble_ias.h>

Data Fields

ble_ias_evt_handler_t evt_handler
 
uint16_t service_handle
 
ble_gatts_char_handles_t alert_level_handles
 
blcm_link_ctx_storage_t *const p_link_ctx_storage
 

Detailed Description

Immediate Alert Service structure. This contains various status information for the service.

Field Documentation

ble_gatts_char_handles_t ble_ias_s::alert_level_handles

Handles related to the Alert Level characteristic.

ble_ias_evt_handler_t ble_ias_s::evt_handler

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

blcm_link_ctx_storage_t* const ble_ias_s::p_link_ctx_storage

Pointer to link context storage with handles of all current connections and its context.

uint16_t ble_ias_s::service_handle

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


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

Documentation feedback | Developer Zone | Subscribe | Updated