Lines Matching full:attention
151 uint8_t *attention; member
160 uint8_t attention; in health_attention_status() local
165 attention = net_buf_simple_pull_u8(buf); in health_attention_status()
169 if (param->attention) { in health_attention_status()
170 *param->attention = attention; in health_attention_status()
177 cli->attention_status(cli, ctx->addr, attention); in health_attention_status()
191 uint8_t *attention) in bt_mesh_health_cli_attention_get() argument
195 .attention = attention, in bt_mesh_health_cli_attention_get()
207 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, attention ? &rsp : NULL); in bt_mesh_health_cli_attention_get()
211 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()
219 net_buf_simple_add_u8(&msg, attention); in bt_mesh_health_cli_attention_set()
232 struct bt_mesh_msg_ctx *ctx, uint8_t attention) in bt_mesh_health_cli_attention_set_unack() argument
237 net_buf_simple_add_u8(&msg, attention); in bt_mesh_health_cli_attention_set_unack()