Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_reg_cfg_client_cmd.c216 esp_ble_mesh_cfg_model_pub_set_t mod_pub_set = { in ble_mesh_configuration_client_model_operation() local
268 mod_pub_set.element_addr = configuration_client_model_operation.unicast_address->ival[0]; in ble_mesh_configuration_client_model_operation()
275 mod_pub_set.publish_app_idx = configuration_client_model_operation.appkey_index->ival[0]; in ble_mesh_configuration_client_model_operation()
281 mod_pub_set.publish_ttl = configuration_client_model_operation.value->ival[0]; in ble_mesh_configuration_client_model_operation()
288 mod_pub_set.publish_addr = configuration_client_model_operation.addr->ival[0]; in ble_mesh_configuration_client_model_operation()
297 mod_pub_set.model_id = configuration_client_model_operation.mod_id->ival[0]; in ble_mesh_configuration_client_model_operation()
302 mod_pub_set.publish_period = configuration_client_model_operation.relay_statue->ival[0]; in ble_mesh_configuration_client_model_operation()
308mod_pub_set.publish_retransmit = configuration_client_model_operation.relay_transmit->ival[0]; in ble_mesh_configuration_client_model_operation()
315 mod_pub_set.company_id = configuration_client_model_operation.cid->ival[0]; in ble_mesh_configuration_client_model_operation()
353 …_mesh_config_client_set_state(&client_common, (esp_ble_mesh_cfg_client_set_state_t *)&mod_pub_set); in ble_mesh_configuration_client_model_operation()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h707 …esp_ble_mesh_state_change_cfg_mod_pub_set_t mod_pub_set; /*!< Config Model Publicat… member
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c1037 static void mod_pub_set(struct bt_mesh_model *model, in mod_pub_set() function
3268 { OP_MOD_PUB_SET, 11, mod_pub_set },