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.h File Reference

ble_ias.h File Reference

Go to the source code of this file.

Data Structures

struct  ble_ias_evt_t
 Immediate Alert Service event. More...
struct  ble_ias_init_t
 Immediate Alert Service init structure. More...
struct  ble_ias_s
 Immediate Alert Service structure. More...

Typedefs

typedef struct ble_ias_s ble_ias_t
 Immediate Alert Service structure.
typedef void(* ble_ias_evt_handler_t )(ble_ias_t *p_ias, ble_ias_evt_t *p_evt)
 Immediate Alert Service event handler type.

Enumerations

enum  ble_ias_evt_type_t { BLE_IAS_EVT_ALERT_LEVEL_UPDATED }
 

Immediate Alert Service event type.

More...

Functions

uint32_t ble_ias_init (ble_ias_t *p_ias, const ble_ias_init_t *p_ias_init)
 Function for initializing the Immediate Alert Service.
void ble_ias_on_ble_evt (ble_ias_t *p_ias, ble_evt_t *p_ble_evt)
 Function for handling the Application's BLE Stack events.
uint32_t ble_ias_alert_level_get (ble_ias_t *p_ias, uint8_t *p_alert_level)
 Function for getting current value of the Alert Level characteristic.

Detailed Description

Definition in file ble_ias.h.