Lines Matching full:divisor
117 uint8_t *divisor; member
126 uint8_t divisor; in health_period_status() local
131 divisor = net_buf_simple_pull_u8(buf); in health_period_status()
136 if (param->divisor) { in health_period_status()
137 *param->divisor = divisor; in health_period_status()
144 cli->period_status(cli, ctx->addr, divisor); in health_period_status()
243 uint8_t *divisor) in bt_mesh_health_cli_period_get() argument
247 .divisor = divisor, in bt_mesh_health_cli_period_get()
259 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, divisor ? &rsp : NULL); in bt_mesh_health_cli_period_get()
263 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()
271 net_buf_simple_add_u8(&msg, divisor); in bt_mesh_health_cli_period_set()
284 struct bt_mesh_msg_ctx *ctx, uint8_t divisor) in bt_mesh_health_cli_period_set_unack() argument
289 net_buf_simple_add_u8(&msg, divisor); in bt_mesh_health_cli_period_set_unack()