]> granicus.if.org Git - esp-idf/commit
ble_mesh: reorganize ble mesh model files
authorlly <lly@espressif.com>
Mon, 2 Sep 2019 03:41:39 +0000 (11:41 +0800)
committerlly <lly@espressif.com>
Mon, 9 Sep 2019 09:15:16 +0000 (17:15 +0800)
commit5f6259a625df43837b54c0ac0355c4265d4a8351
tree65a558a96601ce64bcc122ac3191566df04daabc
parenta788e7cd3db4172fce495d2e418adea79f797213
ble_mesh: reorganize ble mesh model files
19 files changed:
components/bt/CMakeLists.txt
components/bt/component.mk
components/bt/esp_ble_mesh/btc/btc_ble_mesh_prov.c
components/bt/esp_ble_mesh/mesh_core/include/cfg_cli.h
components/bt/esp_ble_mesh/mesh_core/include/health_cli.h
components/bt/esp_ble_mesh/mesh_core/transport.c
components/bt/esp_ble_mesh/mesh_models/client/client_common.c [moved from components/bt/esp_ble_mesh/mesh_models/model_common.c with 95% similarity]
components/bt/esp_ble_mesh/mesh_models/client/generic_client.c [moved from components/bt/esp_ble_mesh/mesh_models/generic_client.c with 100% similarity]
components/bt/esp_ble_mesh/mesh_models/client/include/client_common.h [moved from components/bt/esp_ble_mesh/mesh_models/include/model_common.h with 93% similarity]
components/bt/esp_ble_mesh/mesh_models/client/include/generic_client.h [moved from components/bt/esp_ble_mesh/mesh_models/include/generic_client.h with 99% similarity]
components/bt/esp_ble_mesh/mesh_models/client/include/lighting_client.h [moved from components/bt/esp_ble_mesh/mesh_models/include/lighting_client.h with 99% similarity]
components/bt/esp_ble_mesh/mesh_models/client/include/sensor_client.h [moved from components/bt/esp_ble_mesh/mesh_models/include/sensor_client.h with 99% similarity]
components/bt/esp_ble_mesh/mesh_models/client/include/time_scene_client.h [moved from components/bt/esp_ble_mesh/mesh_models/include/time_scene_client.h with 99% similarity]
components/bt/esp_ble_mesh/mesh_models/client/lighting_client.c [moved from components/bt/esp_ble_mesh/mesh_models/lighting_client.c with 100% similarity]
components/bt/esp_ble_mesh/mesh_models/client/sensor_client.c [moved from components/bt/esp_ble_mesh/mesh_models/sensor_client.c with 100% similarity]
components/bt/esp_ble_mesh/mesh_models/client/time_scene_client.c [moved from components/bt/esp_ble_mesh/mesh_models/time_scene_client.c with 100% similarity]
components/bt/esp_ble_mesh/mesh_models/common/include/mesh_common.h [moved from components/bt/esp_ble_mesh/mesh_models/include/mesh_common.h with 69% similarity]
components/bt/esp_ble_mesh/mesh_models/common/include/model_opcode.h [moved from components/bt/esp_ble_mesh/mesh_models/include/model_opcode.h with 100% similarity]
components/bt/esp_ble_mesh/mesh_models/common/mesh_common.c [moved from components/bt/esp_ble_mesh/mesh_models/mesh_common.c with 72% similarity]