Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Immediate Alert Service callback structure. More...

#include <ias.h>

Data Fields

void(* no_alert )(void)
 Callback function to stop alert.
 
void(* mild_alert )(void)
 Callback function for alert level value.
 
void(* high_alert )(void)
 Callback function for alert level value.
 

Detailed Description

Immediate Alert Service callback structure.

Field Documentation

◆ high_alert

void(* bt_ias_cb::high_alert) (void)

Callback function for alert level value.

This callback is called when peer commands to alert in the strongest possible way.

◆ mild_alert

void(* bt_ias_cb::mild_alert) (void)

Callback function for alert level value.

This callback is called when peer commands to alert.

◆ no_alert

void(* bt_ias_cb::no_alert) (void)

Callback function to stop alert.

This callback is called when peer commands to disable alert.


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