Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ias/
Dias.c108 enum bt_ias_alert_lvl alert_val; in bt_ias_write_alert_lvl() local
119 alert_val = net_buf_simple_pull_u8(&data); in bt_ias_write_alert_lvl()
120 devices[bt_conn_index(conn)].alert_level = alert_val; in bt_ias_write_alert_lvl()
122 if (alert_val < BT_IAS_ALERT_LVL_NO_ALERT || alert_val > BT_IAS_ALERT_LVL_HIGH_ALERT) { in bt_ias_write_alert_lvl()