Searched refs:profile_uuid (Results 1 – 1 of 1) sorted by relevance
1214 const char *profile_uuid) in record_has_uuid() argument1226 ret = strcasecmp(uuid, profile_uuid); in record_has_uuid()1244 char *profile_uuid = l->data; in device_match_pattern() local1247 rec = btd_device_get_record(device, profile_uuid); in device_match_pattern()1252 uuids = g_slist_append(uuids, profile_uuid); in device_match_pattern()1442 gchar *profile_uuid; in update_services() local1458 profile_uuid = bt_uuid2string(svcclass->data); in update_services()1459 if (!profile_uuid) { in update_services()1464 if (!strcasecmp(profile_uuid, PNP_UUID)) { in update_services()1487 g_free(profile_uuid); in update_services()[all …]