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/ |
D | esp_ble_mesh_config_model_api.h | 76 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/ |
D | cfg_srv.h | 58 uint8_t max_hops; member
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_reg_cfg_client_cmd.c | 89 …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/ |
D | cfg_srv.c | 3152 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()
|