bool is_node_addition_valid(attribute_store_type_t node_type, attribute_store_type_t parent_type)
Verifies if a node addition in the attribute store is allowed.
bool is_write_operation_valid(attribute_store_type_t node_type, const uint8_t *value, uint8_t value_size)
Verifies if a write operation respects the registered type storage.