Searched refs:time_get (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | time_scene_server.c | 154 static void time_get(struct bt_mesh_model *model, in time_get() function 1158 { BLE_MESH_MODEL_OP_TIME_GET, 0, time_get }, 1159 { BLE_MESH_MODEL_OP_TIME_STATUS, 5, time_get }, 1160 { BLE_MESH_MODEL_OP_TIME_ZONE_GET, 0, time_get }, 1161 { BLE_MESH_MODEL_OP_TAI_UTC_DELTA_GET, 0, time_get }, 1170 { BLE_MESH_MODEL_OP_TIME_ROLE_GET, 0, time_get },
|