Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c46 { BLE_MESH_MODEL_OP_TIME_ZONE_SET, BLE_MESH_MODEL_OP_TIME_ZONE_STATUS },
311 case BLE_MESH_MODEL_OP_TIME_ZONE_SET: in time_scene_status()
417 case BLE_MESH_MODEL_OP_TIME_ZONE_SET: { in time_scene_set_state()
544 case BLE_MESH_MODEL_OP_TIME_ZONE_SET: in bt_mesh_time_scene_client_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/include/
Dmodel_opcode.h138 #define BLE_MESH_MODEL_OP_TIME_ZONE_SET BLE_MESH_MODEL_OP_2(0x82, 0x3C) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c343 case BLE_MESH_MODEL_OP_TIME_ZONE_SET: in time_set()
409 case BLE_MESH_MODEL_OP_TIME_ZONE_SET: in time_set()
1168 { BLE_MESH_MODEL_OP_TIME_ZONE_SET, 6, time_set },