Lines Matching defs:uuid
158 uuid_t uuid;
161 if (bt_string2uuid(&uuid, uuidstr) < 0) {
162 error("%s not detected as an UUID-128", uuidstr);
166 if (!sdp_uuid128_to_uuid(&uuid) && uuid.type != SDP_UUID16) {
167 error("Could not convert %s to a UUID-16", uuidstr);
171 uuid16 = uuid.value.uuid16;
225 DBG("Unrecognized UUID: 0x%04X", uuid16);
254 sdp_uuid16_create(&profile.uuid, HEADSET_PROFILE_ID);
310 sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID);
375 sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID);