Searched refs:post_payload_buf (Results 1 – 1 of 1) sorted by relevance
178 static uint8_t post_payload_buf[32]; in led_handler() local188 if (request_ctx->data_len + cursor > sizeof(post_payload_buf)) { in led_handler()197 memcpy(post_payload_buf + cursor, request_ctx->data, request_ctx->data_len); in led_handler()201 parse_led_post(post_payload_buf, cursor); in led_handler()