Home
last modified time | relevance | path

Searched refs:alert_level (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/ias/
Dias.c36 enum bt_ias_alert_lvl alert_level; member
44 enum bt_ias_alert_lvl alert_level = BT_IAS_ALERT_LVL_NO_ALERT; in set_alert_level() local
48 if (alert_level < devices[i].alert_level) { in set_alert_level()
49 alert_level = devices[i].alert_level; in set_alert_level()
53 if (curr_lvl == alert_level) { in set_alert_level()
57 curr_lvl = alert_level; in set_alert_level()
59 if (alert_level == BT_IAS_ALERT_LVL_HIGH_ALERT) { in set_alert_level()
66 } else if (alert_level == BT_IAS_ALERT_LVL_MILD_ALERT) { in set_alert_level()
85 devices[bt_conn_index(conn)].alert_level = BT_IAS_ALERT_LVL_NO_ALERT; in disconnected()
96 devices[idx].alert_level = BT_IAS_ALERT_LVL_NO_ALERT; in bt_ias_local_alert_stop()
[all …]