Home | History | Annotate | Download | only in serial

Lines Matching refs:uuid

78 	char		*uuid;		/* service identification */
115 if (port->uuid && !strcasecmp(port->uuid, pattern))
124 if (!port->uuid)
131 ret = strcasecmp(port->uuid, uuid_str);
201 g_free(port->uuid);
424 uuid_t uuid;
427 if (!port->uuid)
430 err = bt_string2uuid(&uuid, port->uuid);
434 sdp_uuid128_to_uuid(&uuid);
436 return bt_search_service(&device->src, &device->dst, &uuid,
453 const char *uuid, uint8_t channel)
458 port->uuid = g_strdup(uuid);
580 bdaddr_t *dst, const char *uuid, uint8_t channel)
593 if (find_port(device->ports, uuid))
597 port->uuid = g_strdup(uuid);