Lines Matching refs:uuid
35 #include <bluetooth/uuid.h>
195 char *uuid;
202 uuid = g_strdup(chr->type);
203 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &uuid);
204 g_free(uuid);
206 /* FIXME: Translate UUID to name. */
675 bt_uuid_t uuid;
681 bt_uuid16_create(&uuid, type);
682 bt_uuid_to_string(&uuid, str, MAX_LEN_UUID_STR);
778 static int uuid_desc16_cmp(bt_uuid_t *uuid, guint16 desc)
784 return bt_uuid_cmp(uuid, &u16);
807 bt_uuid_t uuid;
814 uuid = att_get_uuid16(&info[2]);
827 if (uuid_desc16_cmp(&uuid, GATT_CHARAC_USER_DESC_UUID) == 0) {
831 } else if (uuid_desc16_cmp(&uuid, GATT_CHARAC_FMT_UUID) == 0) {
905 strncpy(chr->type, current_chr->uuid, sizeof(chr->type));
979 const char *uuid;
1002 uuid = prim->att->uuid;
1003 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &uuid);