Home | History | Annotate | Download | only in audio

Lines Matching refs:uuid

162 	uuid_t uuid;
165 if (bt_string2uuid(&uuid, uuidstr) < 0) {
166 error("%s not detected as an UUID-128", uuidstr);
170 if (!sdp_uuid128_to_uuid(&uuid) && uuid.type != SDP_UUID16) {
171 error("Could not convert %s to a UUID-16", uuidstr);
175 uuid16 = uuid.value.uuid16;
229 DBG("Unrecognized UUID: 0x%04X", uuid16);
258 sdp_uuid16_create(&profile.uuid, HEADSET_PROFILE_ID);
314 sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID);
379 sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID);