SmartSnippets DA1459x SDK
sdk
interfaces
ble
services
include
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
70
ble_service_t
*
ias_init
(
ias_alert_level_cb_t
alert_level_cb);
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
Generated on Tue Oct 24 2023 10:38:23 for SmartSnippets DA1459x SDK by
1.8.16