SmartSnippets DA1459x SDK
ias.h
Go to the documentation of this file.
1 
43 #ifndef IAS_H_
44 #define IAS_H_
45 
46 #include <stdbool.h>
47 #include <stdint.h>
48 #include <ble_service.h>
49 
57 typedef void (* ias_alert_level_cb_t) (uint16_t conn_idx, uint8_t level);
58 
71 
72 #endif /* IAS_H_ */
73 
ias_init
ble_service_t * ias_init(ias_alert_level_cb_t alert_level_cb)
Register Immediate Alert Service instance.
ias_alert_level_cb_t
void(* ias_alert_level_cb_t)(uint16_t conn_idx, uint8_t level)
IAS alert level callback.
Definition: ias.h:57
ble_service.h
Services handling routines API.
ble_service
Definition: ble_service.h:132