Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h57 uint8_t min_hops; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h75 uint8_t min_hops; /*!< Minimum hops when receiving Heartbeat messages */ member
506 uint8_t min_hops; /*!< Minimum hops when receiving Heartbeat messages */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c3179 net_buf_simple_add_u8(&msg, cfg->hb_sub.min_hops); in hb_sub_send_status()
3243 cfg->hb_sub.min_hops = BLE_MESH_TTL_MAX; in heartbeat_sub_set()
3251 cfg->hb_sub.min_hops = BLE_MESH_TTL_MAX; in heartbeat_sub_set()
3279 cfg->hb_sub.min_hops = 0U; in heartbeat_sub_set()
3542 cfg->hb_sub.min_hops = MIN(cfg->hb_sub.min_hops, hops); in bt_mesh_heartbeat()
3550 dst, hops, cfg->hb_sub.min_hops, cfg->hb_sub.max_hops, in bt_mesh_heartbeat()