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
  • Hi,

    We are looking for implementing faults in health server model

    particularly we are implementing api's mentioned in bt_mesh_health_srv_cb

    static const struct bt_mesh_health_srv_cb health_srv_cb = {
        .attn_on = attention_on,
        .attn_off = attention_off,
        .fault_get_cur = fault_get_cur,
        .fault_get_reg = fault_get_reg,
        .fault_clear = fault_clear,
        .fault_test = fault_test,
    };
    we need a reference for implementing faults,
    how do we register faults using fault_get_reg ?
    how do we route the faults mentioned in health_fault.h (nCS\v1.8.0\zephyr\include\bluetooth\mesh\health_faults.h)
    Please help in getting reference for having flow right from registering the faults to reading them to clearing,
    also we are looking out to have register vendor model customized faults please help us in this,
    Thank you,
    Regards,
    Hitesh
Reply
  • Hi,

    We are looking for implementing faults in health server model

    particularly we are implementing api's mentioned in bt_mesh_health_srv_cb

    static const struct bt_mesh_health_srv_cb health_srv_cb = {
        .attn_on = attention_on,
        .attn_off = attention_off,
        .fault_get_cur = fault_get_cur,
        .fault_get_reg = fault_get_reg,
        .fault_clear = fault_clear,
        .fault_test = fault_test,
    };
    we need a reference for implementing faults,
    how do we register faults using fault_get_reg ?
    how do we route the faults mentioned in health_fault.h (nCS\v1.8.0\zephyr\include\bluetooth\mesh\health_faults.h)
    Please help in getting reference for having flow right from registering the faults to reading them to clearing,
    also we are looking out to have register vendor model customized faults please help us in this,
    Thank you,
    Regards,
    Hitesh
Children
No Data
Related