Lines Matching full:attribute
180 /* Iterate 1 attribute */ in ZTEST()
186 /* Find attribute by UUID */ in ZTEST()
191 zassert_not_null(attr, "Attribute don't match"); in ZTEST()
194 "Attribute UUID don't match"); in ZTEST()
197 /* Find attribute by DATA */ in ZTEST()
201 zassert_not_null(attr, "Attribute don't match"); in ZTEST()
204 "Attribute value don't match"); in ZTEST()
217 zassert_not_null(attr, "Attribute don't match"); in ZTEST()
219 /* Find attribute by UUID and DATA */ in ZTEST()
224 zassert_not_null(attr, "Attribute don't match"); in ZTEST()
227 "Attribute UUID don't match"); in ZTEST()
229 "Attribute value don't match"); in ZTEST()
239 /* Find attribute by UUID */ in ZTEST()
244 zassert_not_null(attr, "Attribute don't match"); in ZTEST()
246 "Attribute UUID don't match"); in ZTEST()
250 "Attribute read unexpected return"); in ZTEST()
252 "Attribute read value don't match"); in ZTEST()
265 /* Find attribute by UUID */ in ZTEST()
270 zassert_not_null(attr, "Attribute don't match"); in ZTEST()
273 zassert_equal(ret, strlen(value), "Attribute write unexpected return"); in ZTEST()
275 "Attribute write value don't match"); in ZTEST()