Search found 1 match
- Sat Jun 14, 2025 1:21 pm
- Forum: ESP-IDF
- Topic: BLE Mesh scheduler server. How to form a response to an event ESP_BLE_MESH_MODEL_OP_SCHEDULER_ACT_STATUS
- Replies: 0
- Views: 50
BLE Mesh scheduler server. How to form a response to an event ESP_BLE_MESH_MODEL_OP_SCHEDULER_ACT_STATUS
Good afternoon. I don't understand how to generate a response to the ESP_BLE_MESH_MODEL_OP_SCHEDULER_ACT_STATUS event. As I understand it, there is no ready-made function in the ESP-IDF framework. The library lacks the necessary structure. When using the esp_ble_mesh_server_model_send_msg function ...