Searched refs:hb_pub (Results 1 – 3 of 3) sorted by relevance
91 .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 …]
892 struct bt_mesh_hb_pub *hb_pub; in mesh_commit() local975 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()
46 } hb_pub; member
Completed in 11 milliseconds