Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/
Dhealth.c289 uint8_t updated_attention; in attention_set() local
292 &updated_attention); in attention_set()
296 shell_print(sh, "Health Attention Timer: %u", updated_attention); in attention_set()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dhealth_cli.h324 uint8_t attention, uint8_t *updated_attention);
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dhealth_cli.c211 uint8_t attention, uint8_t *updated_attention) in bt_mesh_health_cli_attention_set() argument
215 .attention = updated_attention, in bt_mesh_health_cli_attention_set()
228 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, updated_attention ? &rsp : NULL); in bt_mesh_health_cli_attention_set()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_mesh.c3581 uint8_t updated_attention; in health_attention_set() local
3592 &updated_attention); in health_attention_set()
3605 rp->attention = updated_attention; in health_attention_set()