Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h57 uint8_t min_hops; member
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h83 uint8_t min_hops; /*!< Minimum hops when receiving Heartbeat messages */ member
514 uint8_t min_hops; /*!< Minimum hops when receiving Heartbeat messages */ member
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_reg_cfg_client_cmd.c95 …us_cb.heartbeat_sub_status.count, param->status_cb.heartbeat_sub_status.min_hops, param->status_cb… in ble_mesh_configuration_client_model_cb()
185 …us_cb.heartbeat_sub_status.count, param->status_cb.heartbeat_sub_status.min_hops, param->status_cb… in ble_mesh_configuration_client_model_cb()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c3151 net_buf_simple_add_u8(&msg, cfg->hb_sub.min_hops); in hb_sub_send_status()
3215 cfg->hb_sub.min_hops = BLE_MESH_TTL_MAX; in heartbeat_sub_set()
3224 cfg->hb_sub.min_hops = BLE_MESH_TTL_MAX; in heartbeat_sub_set()
3247 cfg->hb_sub.min_hops = 0U; in heartbeat_sub_set()
3510 cfg->hb_sub.min_hops = MIN(cfg->hb_sub.min_hops, hops); in bt_mesh_heartbeat()
3518 dst, hops, cfg->hb_sub.min_hops, cfg->hb_sub.max_hops, in bt_mesh_heartbeat()