Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_health_srv Struct Reference

Mesh Health Server Model Context. More...

#include <health_srv.h>

Data Fields

const struct bt_mesh_modelmodel
 Composition data model entry pointer.
 
const struct bt_mesh_health_srv_cbcb
 Optional callback struct.
 
struct k_work_delayable attn_timer
 Attention Timer state.
 

Detailed Description

Mesh Health Server Model Context.

Field Documentation

◆ attn_timer

struct k_work_delayable bt_mesh_health_srv::attn_timer

Attention Timer state.

◆ cb

const struct bt_mesh_health_srv_cb* bt_mesh_health_srv::cb

Optional callback struct.

◆ model

const struct bt_mesh_model* bt_mesh_health_srv::model

Composition data model entry pointer.


The documentation for this struct was generated from the following file: