OVMS3-idf/components/bt/esp_ble_mesh/mesh_models/server
lly 9b70ddbb77 ble_mesh: stack: Use model callback for operations [Zephyr]
- Previously when a model is initialized or deinitialized, in the
  access layer, we need to check the model id with the ids in the
  table in order to find the proper model operation function.
- Currently all the operation functions of each model will be set
  during the mesh initialization. When the model is found, we can
  directly use the corresponding callback for different operations.
- Currently only init/deinit operations are registered, later we
  will add more operations.
2020-09-09 14:01:17 +08:00
..
include ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-09 14:01:17 +08:00
device_property.c ble_mesh: stack: Only keep func pointer for very common log 2020-08-28 10:51:17 +08:00
generic_server.c ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-09 14:01:17 +08:00
lighting_server.c ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-09 14:01:17 +08:00
sensor_server.c ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-09 14:01:17 +08:00
server_common.c ble_mesh: stack: Only keep func pointer for very common log 2020-08-28 10:51:17 +08:00
state_binding.c ble_mesh: stack: Only keep func pointer for very common log 2020-08-28 10:51:17 +08:00
state_transition.c ble_mesh: Spit mesh_util.h into different header files 2020-05-13 03:40:30 +00:00
time_scene_server.c ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-09 14:01:17 +08:00