Home
last modified time | relevance | path

Searched refs:hb_sub (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_srv.c3120 cfg->hb_sub.max_hops = 0; in heartbeat_sub_set()
3121 cfg->hb_sub.count = 0; in heartbeat_sub_set()
3133 cfg->hb_sub.expiry = 0; in heartbeat_sub_set()
3285 cfg->hb_sub.expiry = 0; in bt_mesh_cfg_srv_init()
3332 cfg->hb_sub.expiry = 0; in bt_mesh_cfg_reset()
3365 if (src != cfg->hb_sub.src || dst != cfg->hb_sub.dst) { in bt_mesh_heartbeat()
3375 cfg->hb_sub.min_hops = MIN(cfg->hb_sub.min_hops, hops); in bt_mesh_heartbeat()
3376 cfg->hb_sub.max_hops = MAX(cfg->hb_sub.max_hops, hops); in bt_mesh_heartbeat()
3379 cfg->hb_sub.count++; in bt_mesh_heartbeat()
3383 cfg->hb_sub.max_hops, cfg->hb_sub.count); in bt_mesh_heartbeat()
[all …]
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dcfg_srv.h60 } hb_sub; member

Completed in 8 milliseconds