Lines Matching full:uuid
656 uuid_t uuid;
658 if (bt_string2uuid(&uuid, pattern) < 0)
661 sdp_uuid128_to_uuid(&uuid);
663 err = device_browse(device, conn, msg, &uuid, FALSE);
1219 char *uuid;
1222 uuid = bt_uuid2string(pat->data);
1223 if (!uuid)
1226 ret = strcasecmp(uuid, profile_uuid);
1228 g_free(uuid);
1262 const char **uuid;
1265 for (uuid = driver->uuids; *uuid; uuid++) {
1269 if (g_slist_find_custom(uuids, *uuid,
1274 match = g_slist_find_custom(profiles, *uuid,
1282 match = device_match_pattern(device, *uuid, profiles);
1361 const char **uuid;
1365 for (uuid = driver->uuids; *uuid; uuid++) {
1366 if (!g_slist_find_custom(uuids, *uuid,
1370 DBG("UUID %s was removed from device %s",
1371 *uuid, dstaddr);
1617 uuid_t uuid;
1620 * UUID & PNP searching was successful -- we are done */
1635 sdp_uuid16_create(&uuid, uuid_list[req->search_uuid++]);
1636 bt_search_service(&src, &device->bdaddr, &uuid,
1667 uuid_t uuid;
1685 memcpy(&uuid, search, sizeof(uuid_t));
1688 sdp_uuid16_create(&uuid, uuid_list[req->search_uuid++]);
1708 &uuid, cb, req, NULL);
2500 void btd_device_add_uuid(struct btd_device *device, const char *uuid)
2505 if (g_slist_find_custom(device->uuids, uuid,
2509 new_uuid = g_strdup(uuid);
2522 const char *uuid)
2529 record = find_record_in_list(device->tmp_records, uuid);
2540 return find_record_in_list(device->tmp_records, uuid);