Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/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-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h58 uint8_t max_hops; member
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_reg_cfg_client_cmd.c89 …t, param->status_cb.heartbeat_sub_status.min_hops, param->status_cb.heartbeat_sub_status.max_hops); in ble_mesh_configuration_client_model_cb()
179 …t, param->status_cb.heartbeat_sub_status.min_hops, param->status_cb.heartbeat_sub_status.max_hops); in ble_mesh_configuration_client_model_cb()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c3152 net_buf_simple_add_u8(&msg, cfg->hb_sub.max_hops); in hb_sub_send_status()
3216 cfg->hb_sub.max_hops = 0U; in heartbeat_sub_set()
3225 cfg->hb_sub.max_hops = 0U; in heartbeat_sub_set()
3511 cfg->hb_sub.max_hops = MAX(cfg->hb_sub.max_hops, hops); in bt_mesh_heartbeat()
3518 dst, hops, cfg->hb_sub.min_hops, cfg->hb_sub.max_hops, in bt_mesh_heartbeat()