Home | History | Annotate | Download | only in attrib

Lines Matching refs:uuid

37 #include <bluetooth/uuid.h>
151 "uuid: %s\n", prim->start, prim->end, prim->uuid);
164 g_printerr("Discover primary services by UUID failed: %s\n",
207 "handle = 0x%04x, uuid = %s\n", chars->handle,
208 chars->properties, chars->value_handle, chars->uuid);
262 g_printerr("Read characteristics by UUID failed: %s\n",
433 bt_uuid_t uuid;
439 uuid = att_get_uuid16(&value[2]);
441 uuid = att_get_uuid128(&value[2]);
443 bt_uuid_to_string(&uuid, uuidstr, MAX_LEN_UUID_STR);
444 g_print("handle = 0x%04x, uuid = %s\n", handle, uuidstr);
484 { "uuid", 'u', G_OPTION_FLAG_OPTIONAL_ARG, G_OPTION_ARG_CALLBACK,