Searched refs:bytes_to_skip (Results 1 – 2 of 2) sorted by relevance
238 void mesh_access_parser_skip(mesh_access_parser_state_t * state, uint16_t bytes_to_skip);
528 void mesh_access_parser_skip(mesh_access_parser_state_t * state, uint16_t bytes_to_skip){ in mesh_access_parser_skip() argument529 state->data += bytes_to_skip; in mesh_access_parser_skip()530 state->len -= bytes_to_skip; in mesh_access_parser_skip()