Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dhealth.c217 uint8_t updated_divisor; in period_set() local
220 &updated_divisor); in period_set()
224 shell_print(sh, "Health FastPeriodDivisor: %u", updated_divisor); in period_set()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dhealth_cli.h270 uint8_t divisor, uint8_t *updated_divisor);
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dhealth_cli.c263 uint8_t divisor, uint8_t *updated_divisor) in bt_mesh_health_cli_period_set() argument
267 .divisor = updated_divisor, in bt_mesh_health_cli_period_set()
280 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, updated_divisor ? &rsp : NULL); in bt_mesh_health_cli_period_set()
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_mesh.c3589 uint8_t updated_divisor; in health_period_set() local
3600 &updated_divisor); in health_period_set()
3613 rp->divisor = updated_divisor; in health_period_set()