Health model

Hi,

We need to refer detailed documentation & implementation for health model struct bt_mesh_health_srv_cb

we referred to this document - https://docs.zephyrproject.org/latest/connectivity/bluetooth/api/mesh/health_srv.html, need some more information & implementation for fault functions  - fault_get_cur, fault_get_reg, fault_clear, fault_test

we could just find handler for attn_on & attn_off in sample implementation, can you please help in getting more information and handler implementation for above mentioned 4 callback for fault 

Thank you,

Regards,

Hitesh

Parents Reply Children
  • Hi Joakim,

    Thank you very much for update 

    We're looking for an sample which demonstrates towards fault being raised and simultaneously they're published 

    We have referred to shell,

    But in shell example it just fills the very same faults which are added using mesh add-fault <fault_code>

    We are looking application which is more realistic towards like checking memory of device and if memory is full it'll add to current fault and bt_mesh_fault_update kind of example faults mentioned in fault list

    Thank you,

    Regards,

    Hitesh

Related