Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c55 { BLE_MESH_MODEL_OP_SCENE_DELETE, BLE_MESH_MODEL_OP_SCENE_REGISTER_STATUS },
316 case BLE_MESH_MODEL_OP_SCENE_DELETE: in time_scene_status()
456 case BLE_MESH_MODEL_OP_SCENE_DELETE: in time_scene_set_state()
600 case BLE_MESH_MODEL_OP_SCENE_DELETE: in bt_mesh_time_scene_client_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/include/
Dmodel_opcode.h155 #define BLE_MESH_MODEL_OP_SCENE_DELETE BLE_MESH_MODEL_OP_2(0x82, 0x9E) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c810 case BLE_MESH_MODEL_OP_SCENE_DELETE: in scene_action()
919 ctx->recv_op == BLE_MESH_MODEL_OP_SCENE_DELETE) { in scene_action()
1188 { BLE_MESH_MODEL_OP_SCENE_DELETE, 2, scene_action },