Lines Matching defs:uuid
2173 static int uuid_to_profile(const char *uuid, pa_bluetooth_profile_t *_r) {
2174 if (pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SINK))
2176 else if (pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SOURCE))
2178 else if (pa_bluetooth_uuid_is_hsp_hs(uuid))
2180 else if (pa_streq(uuid, PA_BLUETOOTH_UUID_HFP_HF))
2182 else if (pa_streq(uuid, PA_BLUETOOTH_UUID_HSP_AG))
2184 else if (pa_streq(uuid, PA_BLUETOOTH_UUID_HFP_AG))
2200 const char *uuid;
2238 PA_HASHMAP_FOREACH(uuid, d->uuids, state) {
2241 if (uuid_to_profile(uuid, &profile) < 0)
2245 pa_bluetooth_profile_to_string(profile), uuid, d->alias, d->address);