Lines Matching full:health
24 shell_print(sh, "Health Test ID 0x%02x Company ID 0x%04x: no faults\n", test_id, in show_faults()
29 shell_print(sh, "Health Test ID 0x%02x Company ID 0x%04x Fault Count %zu:\n", test_id, cid, in show_faults()
63 shell_error(sh, "Failed to send Health Fault Get (err %d)", err); in cmd_fault_get()
97 shell_error(sh, "Failed to send Health Fault Clear (err %d)", err); in fault_clear()
107 shell_error(sh, "Health Fault Clear Unacknowledged failed (err %d)", err); in fault_clear()
150 shell_error(sh, "Failed to send Health Fault Test (err %d)", err); in fault_test()
160 shell_error(sh, "Health Fault Test Unacknowledged failed (err %d)", err); in fault_test()
190 shell_error(sh, "Failed to send Health Period Get (err %d)", err); in cmd_period_get()
192 shell_print(sh, "Health FastPeriodDivisor: %u", divisor); in cmd_period_get()
222 shell_error(sh, "Failed to send Health Period Set (err %d)", err); in period_set()
224 shell_print(sh, "Health FastPeriodDivisor: %u", updated_divisor); in period_set()
232 shell_print(sh, "Failed to send Health Period Set (err %d)", err); in period_set()
262 shell_error(sh, "Failed to send Health Attention Get (err %d)", err); in cmd_attention_get()
264 shell_print(sh, "Health Attention Timer: %u", attention); in cmd_attention_get()
294 shell_error(sh, "Failed to send Health Attention Set (err %d)", err); in attention_set()
296 shell_print(sh, "Health Attention Timer: %u", updated_attention); in attention_set()
304 shell_error(sh, "Failed to send Health Attention Set (err % d) ", err); in attention_set()
324 /* Health Client Model Operations */
340 SHELL_SUBCMD_ADD((mesh, models), health, &health_cli_cmds, "Health Cli commands",