Home | History | Annotate | Download | only in test

Lines Matching defs:u3

46 	bt_uuid_t u, u2, u3, u4, u5, ub, u128;
113 if (bt_string_to_uuid(&u3, uuidsixteen16a)) {
145 if (u3.type != 16) {
165 if (bt_uuid_cmp(&u2, &u3) != 0) {
170 if (bt_uuid_cmp(&u, &u3) != 0) {
175 if (bt_uuid_cmp(&u3, &u4) != 0) {
216 bt_string_to_uuid(&u3, uuidthirtytwo32a);
224 bt_uuid_to_string(&u3, buf, sizeof(buf));
251 if (u3.type != 32) {
271 if (bt_uuid_cmp(&u2, &u3) != 0) {
276 if (bt_uuid_cmp(&u3, &u4) != 0) {
312 if (bt_string_to_uuid(&u3, malformed[s]) == 0) {