Home
last modified time | relevance | path

Searched refs:health_cb (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c78 health_srv_cb health_cb; member
812 if (g_mesh_node.health_cb.att_on) { in node_attention_on()
813 g_mesh_node.health_cb.att_on(); in node_attention_on()
819 if (g_mesh_node.health_cb.att_off) { in node_attention_off()
820 g_mesh_node.health_cb.att_off(); in node_attention_off()
1031 if (param->health_cb && (param->health_cb->att_on || param->health_cb->att_off)) { in ble_mesh_node_init()
1032 extern int health_srv_cb_register(struct bt_mesh_health_srv_cb * health_cb); in ble_mesh_node_init()
1038 g_mesh_node.health_cb.att_on = param->health_cb->att_on; in ble_mesh_node_init()
1039 g_mesh_node.health_cb.att_off = param->health_cb->att_off; in ble_mesh_node_init()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dhealth_srv.c462 int health_srv_cb_register(struct bt_mesh_health_srv_cb *health_cb) in health_srv_cb_register() argument
464 if(!health_cb || !health_srv){ in health_srv_cb_register()
468 health_srv->cb = health_cb; in health_srv_cb_register()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/include/
A Dmesh_node.h91 health_srv_cb *health_cb; member

Completed in 5 milliseconds