Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_reg_cfg_client_cmd.c215 esp_ble_mesh_cfg_heartbeat_pub_set_t heartbeat_pub_set; in ble_mesh_configuration_client_model_operation() local
259 heartbeat_pub_set.net_idx = configuration_client_model_operation.net_idx->ival[0]; in ble_mesh_configuration_client_model_operation()
282 heartbeat_pub_set.ttl = configuration_client_model_operation.value->ival[0]; in ble_mesh_configuration_client_model_operation()
289 heartbeat_pub_set.dst = configuration_client_model_operation.addr->ival[0]; in ble_mesh_configuration_client_model_operation()
303 heartbeat_pub_set.period = configuration_client_model_operation.relay_statue->ival[0]; in ble_mesh_configuration_client_model_operation()
319 heartbeat_pub_set.count = configuration_client_model_operation.count->ival[0]; in ble_mesh_configuration_client_model_operation()
323 heartbeat_pub_set.feature = configuration_client_model_operation.feature->ival[0]; in ble_mesh_configuration_client_model_operation()
357 …config_client_set_state(&client_common, (esp_ble_mesh_cfg_client_set_state_t *)&heartbeat_pub_set); in ble_mesh_configuration_client_model_operation()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h397 …esp_ble_mesh_cfg_heartbeat_pub_set_t heartbeat_pub_set; /*!< For ESP_BLE_MESH_MODEL_OP_H… member
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_config_model.c563 return bt_mesh_cfg_hb_pub_set(&param, (struct bt_mesh_cfg_hb_pub *)&set->heartbeat_pub_set); in btc_ble_mesh_config_client_set_state()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c3029 static void heartbeat_pub_set(struct bt_mesh_model *model, in heartbeat_pub_set() function
3296 { OP_HEARTBEAT_PUB_SET, 9, heartbeat_pub_set },