Home | History | Annotate | Download | only in src

Lines Matching full:profile_uuid

1122 				const char *profile_uuid)
1134 ret = strcasecmp(uuid, profile_uuid);
1152 char *profile_uuid = l->data;
1155 rec = btd_device_get_record(device, profile_uuid);
1160 uuids = g_slist_append(uuids, profile_uuid);
1343 gchar *profile_uuid;
1359 profile_uuid = bt_uuid2string(svcclass->data);
1360 if (!profile_uuid) {
1365 if (!strcasecmp(profile_uuid, PNP_UUID)) {
1388 g_free(profile_uuid);
1399 l = g_slist_find_custom(device->uuids, profile_uuid,
1404 profile_uuid);
1409 g_free(profile_uuid);
1458 const char *profile_uuid = l->data;
1464 rec = btd_device_get_record(device, profile_uuid);