Searched refs:hb_pub (Results 1 – 5 of 5) sorted by relevance
552 struct bt_mesh_hb_pub *hb_pub = bt_mesh_hb_pub_get(); in hb_pub_set() local559 if (!hb_pub) { in hb_pub_set()567 hb_pub->dst = BLE_MESH_ADDR_UNASSIGNED; in hb_pub_set()568 hb_pub->count = 0U; in hb_pub_set()569 hb_pub->ttl = 0U; in hb_pub_set()570 hb_pub->period = 0U; in hb_pub_set()571 hb_pub->feat = 0U; in hb_pub_set()579 hb_pub->dst = hb_val.dst; in hb_pub_set()580 hb_pub->period = hb_val.period; in hb_pub_set()581 hb_pub->ttl = hb_val.ttl; in hb_pub_set()[all …]
842 if (cfg->hb_pub.feat & BLE_MESH_FEAT_PROXY) { in gatt_proxy_set()954 if ((cfg->hb_pub.feat & BLE_MESH_FEAT_RELAY) && change) { in relay_set()2334 cfg->hb_pub.dst = BLE_MESH_ADDR_UNASSIGNED; in hb_pub_disable()2335 cfg->hb_pub.count = 0U; in hb_pub_disable()2336 cfg->hb_pub.ttl = 0U; in hb_pub_disable()2337 cfg->hb_pub.period = 0U; in hb_pub_disable()2339 k_delayed_work_cancel(&cfg->hb_pub.timer); in hb_pub_disable()2814 if (cfg->hb_pub.feat & BLE_MESH_FEAT_FRIEND) { in friend_set()3035 net_buf_simple_add_le16(&msg, cfg->hb_pub.dst); in hb_pub_send_status()3036 net_buf_simple_add_u8(&msg, hb_pub_count_log(cfg->hb_pub.count)); in hb_pub_send_status()[all …]
1929 .net_idx = cfg->hb_pub.net_idx,1931 .addr = cfg->hb_pub.dst,1932 .send_ttl = cfg->hb_pub.ttl,1935 .sub = bt_mesh_subnet_get(cfg->hb_pub.net_idx),1942 if (cfg->hb_pub.dst == BLE_MESH_ADDR_UNASSIGNED) {1946 hb.init_ttl = cfg->hb_pub.ttl;1966 BT_INFO("InitTTL %u feat 0x%04x", cfg->hb_pub.ttl, feat);
255 if (cfg->hb_pub.feat & BLE_MESH_FEAT_LOW_POWER) { in clear_friendship()1000 if (cfg->hb_pub.feat & BLE_MESH_FEAT_LOW_POWER) { in bt_mesh_lpn_friend_update()
48 } hb_pub; member