Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h58 uint8_t max_hops; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h76 uint8_t max_hops; /*!< Maximum hops when receiving Heartbeat messages */ member
507 uint8_t max_hops; /*!< Maximum hops when receiving Heartbeat messages */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c3180 net_buf_simple_add_u8(&msg, cfg->hb_sub.max_hops); in hb_sub_send_status()
3244 cfg->hb_sub.max_hops = 0U; in heartbeat_sub_set()
3252 cfg->hb_sub.max_hops = 0U; in heartbeat_sub_set()
3543 cfg->hb_sub.max_hops = MAX(cfg->hb_sub.max_hops, hops); in bt_mesh_heartbeat()
3550 dst, hops, cfg->hb_sub.min_hops, cfg->hb_sub.max_hops, in bt_mesh_heartbeat()