Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_time_scene_model.c60 …dst->time_scene_client_set_state.params = (esp_ble_mesh_client_common_param_t *)bt_mesh_malloc(siz… in btc_ble_mesh_time_scene_client_arg_deep_copy()
61 …dst->time_scene_client_set_state.set_state = (esp_ble_mesh_time_scene_client_set_state_t *)bt_mesh… in btc_ble_mesh_time_scene_client_arg_deep_copy()
62 if (dst->time_scene_client_set_state.params && dst->time_scene_client_set_state.set_state) { in btc_ble_mesh_time_scene_client_arg_deep_copy()
63 memcpy(dst->time_scene_client_set_state.params, src->time_scene_client_set_state.params, in btc_ble_mesh_time_scene_client_arg_deep_copy()
65 … memcpy(dst->time_scene_client_set_state.set_state, src->time_scene_client_set_state.set_state, in btc_ble_mesh_time_scene_client_arg_deep_copy()
99 if (arg->time_scene_client_set_state.params) { in btc_ble_mesh_time_scene_client_arg_deep_free()
100 bt_mesh_free(arg->time_scene_client_set_state.params); in btc_ble_mesh_time_scene_client_arg_deep_free()
102 if (arg->time_scene_client_set_state.set_state) { in btc_ble_mesh_time_scene_client_arg_deep_free()
103 bt_mesh_free(arg->time_scene_client_set_state.set_state); in btc_ble_mesh_time_scene_client_arg_deep_free()
325 params = arg->time_scene_client_set_state.params; in btc_ble_mesh_time_scene_client_call_handler()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/
Desp_ble_mesh_time_scene_model_api.c66 arg.time_scene_client_set_state.params = params; in esp_ble_mesh_time_scene_client_set_state()
67 arg.time_scene_client_set_state.set_state = set_state; in esp_ble_mesh_time_scene_client_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_time_scene_model.h31 } time_scene_client_set_state; member