nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Human Immediate Alert Service Client

This module implements the Immediate Alert Service client - locator role of the Find Me profile. On BLE_GAP_EVT_CONNECTED event, this module starts discovery of the Immediate Alert Service with Alert Level characteristic at the peer. This module will indicate the application about a successful service & characteristic discovery using BLE_IAS_C_EVT_SRV_DISCOVERED event. The application can use ble_ias_c_send_alert_level function to signal alerts to the peer.

Note
The application must propagate BLE stack events to this module by calling ble_ias_c_on_ble_evt() from the SoftDevice Event Handler callback function.