Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c3166 if (uptime > cfg->hb_sub.expiry) { in hb_sub_send_status()
3169 period = (cfg->hb_sub.expiry - uptime) / 1000; in hb_sub_send_status()
3175 net_buf_simple_add_le16(&msg, cfg->hb_sub.src); in hb_sub_send_status()
3176 net_buf_simple_add_le16(&msg, cfg->hb_sub.dst); in hb_sub_send_status()
3178 net_buf_simple_add_u8(&msg, hb_log(cfg->hb_sub.count)); in hb_sub_send_status()
3179 net_buf_simple_add_u8(&msg, cfg->hb_sub.min_hops); in hb_sub_send_status()
3180 net_buf_simple_add_u8(&msg, cfg->hb_sub.max_hops); in hb_sub_send_status()
3241 cfg->hb_sub.src = BLE_MESH_ADDR_UNASSIGNED; in heartbeat_sub_set()
3242 cfg->hb_sub.dst = BLE_MESH_ADDR_UNASSIGNED; in heartbeat_sub_set()
3243 cfg->hb_sub.min_hops = BLE_MESH_TTL_MAX; in heartbeat_sub_set()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h62 } hb_sub; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1290 srv->hb_sub.func = btc_ble_mesh_node_recv_heartbeat_cb; in btc_ble_mesh_model_op_set()