Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c879 struct bt_mesh_model *scene_model = NULL; in scene_action() local
881scene_model = bt_mesh_model_find(bt_mesh_model_elem(model), BLE_MESH_MODEL_ID_SCENE_SRV); in scene_action()
882 if (scene_model == NULL) { in scene_action()
887 scene_srv = scene_model->user_data; in scene_action()