Home | History | Annotate | Download | only in plugins

Lines Matching refs:uuid

3375 		struct uuid_info *uuid = l->data;
3377 val |= uuid->svc_hint;
3419 static int hciops_add_uuid(int index, uuid_t *uuid, uint8_t svc_hint)
3427 memcpy(&info->uuid, uuid, sizeof(*uuid));
3435 static int hciops_remove_uuid(int index, uuid_t *uuid)
3440 match = g_slist_find_custom(dev->uuids, uuid, sdp_uuid_cmp);