Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_srv.c91 .net_idx = cfg->hb_pub.net_idx, in hb_send()
93 .addr = cfg->hb_pub.dst, in hb_send()
94 .send_ttl = cfg->hb_pub.ttl, in hb_send()
108 hb.init_ttl = cfg->hb_pub.ttl; in hb_send()
2258 cfg->hb_pub.count = 0; in hb_pub_disable()
2259 cfg->hb_pub.ttl = 0; in hb_pub_disable()
2260 cfg->hb_pub.period = 0; in hb_pub_disable()
2995 cfg->hb_pub.dst = dst; in heartbeat_pub_set()
2998 cfg->hb_pub.net_idx = idx; in heartbeat_pub_set()
3233 cfg->hb_pub.count--; in hb_publish()
[all …]
A Dsettings.c892 struct bt_mesh_hb_pub *hb_pub; in mesh_commit() local
975 hb_pub = bt_mesh_hb_pub_get(); in mesh_commit()
977 if (hb_pub && hb_pub->dst != BT_MESH_ADDR_UNASSIGNED && hb_pub->count && hb_pub->period) { in mesh_commit()
979 k_work_submit(&hb_pub->timer.work); in mesh_commit()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dcfg_srv.h46 } hb_pub; member

Completed in 11 milliseconds