Searched refs:root_encoder (Results 1 – 1 of 1) sorted by relevance
171 CborEncoder root_encoder; in app_main() local177 cbor_encoder_init(&root_encoder, buf, sizeof(buf), 0); in app_main()182 cbor_encoder_create_array(&root_encoder, &array_encoder, 5); // [ in app_main()210 cbor_encoder_close_container(&root_encoder, &array_encoder); // ] in app_main()213 ESP_LOGI(TAG, "encoded buffer size %d", cbor_encoder_get_buffer_size(&root_encoder, buf)); in app_main()