OVMS3-idf/components/bt/esp_ble_mesh/mesh_models
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
..
client ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-09 14:01:17 +08:00
common/include ble_mesh: Add missing #ifdef __cplusplus 2020-05-06 11:19:05 +08:00
server ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-09 14:01:17 +08:00