OVMS3-idf/components/bt/esp_ble_mesh/btc
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: Only keep func pointer for very common log 2020-08-28 10:51:17 +08:00
btc_ble_mesh_config_model.c ble_mesh: stack: Client model related code clean 2020-08-31 13:18:53 +08:00
btc_ble_mesh_generic_model.c ble_mesh: stack: Client model related code clean 2020-08-31 13:18:53 +08:00
btc_ble_mesh_health_model.c ble_mesh: stack: Client model related code clean 2020-08-31 13:18:53 +08:00
btc_ble_mesh_lighting_model.c ble_mesh: stack: Client model related code clean 2020-08-31 13:18:53 +08:00
btc_ble_mesh_prov.c ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-09 14:01:17 +08:00
btc_ble_mesh_sensor_model.c ble_mesh: stack: Client model related code clean 2020-08-31 13:18:53 +08:00
btc_ble_mesh_time_scene_model.c ble_mesh: stack: Client model related code clean 2020-08-31 13:18:53 +08:00