/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 40 import java.util.UUID; 58 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}. [all...] |
/external/bluetooth/bluez/tools/ |
sdptool.c | 110 struct uuid_def *service; /* Service UUID, if known */ 117 struct uuid_def *service; /* Service UUID, if known */ 336 * Parse a UUID. 340 static void sdp_uuid_printf(uuid_t *uuid, struct attrib_context *context, int indent) 342 if (uuid) { 343 if (uuid->type == SDP_UUID16) { 344 uint16_t uuidNum = uuid->value.uuid16; 366 } else if (uuid->type == SDP_UUID32) { 370 if (!(uuid->value.uuid32 & 0xffff0000)) { 371 uint16_t uuidNum = uuid->value.uuid32 1003 uuid_t *uuid = (uuid_t *)value; local 3505 unsigned char *uuid; member in struct:__anon2311 3929 unsigned char *uuid = NULL; local [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.c | 36 #include "uuid/uuid.h" 119 /* The MD UUID is not contiguous in the superblock, make it so */ 128 static void set_uuid(blkid_dev dev, uuid_t uuid, const char *tag) 132 if (!uuid_is_null(uuid)) { 133 uuid_unparse(uuid, str); 134 blkid_set_tag(dev, tag ? tag : "UUID", str, sizeof(str)); 630 blkid_set_tag(probe->dev, "UUID", serno, sizeof(serno)-1); 783 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); 823 /* LABEL/UUID are only valid for later versions of Reiserfs v3.6. * 894 char uuid[40]; local 1167 __u64 uuid; local 1208 __u64 leaf_off, uuid; local 1330 char *p, *q, uuid[40]; local 1565 uuid_t uuid; local [all...] |
/external/bluetooth/bluez/audio/ |
device.h | 91 const char *uuid, authorization_cb cb,
|
gateway.c | 272 uuid_t uuid; local 300 memcpy(&uuid, classes->data, sizeof(uuid)); 303 if (!sdp_uuid128_to_uuid(&uuid) || uuid.type != SDP_UUID16 || 304 uuid.value.uuid16 != HANDSFREE_AGW_SVCLASS_ID) { 357 uuid_t uuid; local 359 sdp_uuid16_create(&uuid, HANDSFREE_AGW_SVCLASS_ID); 360 return bt_search_service(&device->src, &device->dst, &uuid,
|
/external/bluetooth/bluez/src/ |
agent.h | 45 const char *uuid, agent_cb cb, void *user_data,
|
device.c | 38 #include <bluetooth/uuid.h> 594 uuid_t uuid; local 596 if (bt_string2uuid(&uuid, pattern) < 0) 599 sdp_uuid128_to_uuid(&uuid); 601 err = device_browse_sdp(device, conn, msg, &uuid, FALSE); 1127 char *uuid; local 1130 uuid = bt_uuid2string(pat->data); 1131 if (!uuid) 1134 ret = strcasecmp(uuid, profile_uuid); 1136 g_free(uuid); 1170 const char **uuid; local 1264 const char **uuid; local 1578 uuid_t uuid; local 1779 uuid_t uuid; local [all...] |
device.h | 59 const char *uuid); 65 void btd_device_add_uuid(struct btd_device *device, const char *uuid);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebDownload.idl | 58 uuid(65EFE83B-A9E4-4516-8F3B-BAA25DA90FFD), 130 uuid(16A32AE6-C862-40cd-9225-2CAF823F40F9),
|
DOMRange.idl | 64 uuid(2F33E42C-0B39-48b3-B7B6-E910CDB325AD),
|
IWebError.idl | 127 uuid(89E3B189-0B60-4d6b-A87A-3F1172CB5538),
|
IWebFrameLoadDelegate.idl | 52 uuid(3354665B-84BA-4fdf-B35E-BF5CF9D96026),
|
IWebHistory.idl | 63 uuid(F34E4B1A-361D-4b9f-9A3F-D869DCD97F9A),
|
IWebHistoryItemPrivate.idl | 37 uuid(E9D5DC2C-192F-4795-B0EC-4E770E539D97),
|
IWebResourceLoadDelegate.idl | 59 uuid(AF3289AA-90DB-4ca4-A112-A1E5F0517953),
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config.h | 252 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS 254 u8 uuid[16]; member in struct:wpa_config
|
wps_supplicant.c | 24 #include "uuid.h" 635 char uuid[40], txt[400]; local 637 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) 639 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid); 642 uuid, MAC2STR(dev->mac_addr), dev->device_name, 699 if (is_nil_uuid(wpa_s->conf->uuid)) { 700 uuid_gen_mac_addr(wpa_s->own_addr, wps->uuid); 701 wpa_hexdump(MSG_DEBUG, "WPS: UUID based on MAC address" 847 const u8 *sel_uuid, *uuid; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps.c | 41 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN); 44 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN); 220 * wps_get_uuid_e - Get UUID-E from WPS IE 222 * Returns: Pointer to UUID-E or %NULL if not included 275 * @uuid: Own UUID 282 const u8 *uuid, 308 wps_build_uuid_e(ie, uuid) ||
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.h | 20 const char *uuid, const char *pin, int timeout);
|
/external/bluetooth/bluez/attrib/ |
gatttool.c | 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; local 439 uuid = att_get_uuid16(&value[2]); 441 uuid = att_get_uuid128(&value[2]) [all...] |
/external/e2fsprogs/misc/ |
blkid.c | 137 const char *uuid) 164 fputs(uuid, stdout); 172 const char *uuid = "", *fs_type = "", *label = ""; local 179 "mount point", "UUID"); 190 /* Get the uuid, label, type */ 193 if (!strcmp(type, "UUID")) 194 uuid = value; 216 pretty_print_line(devname, fs_type, label, mtpt, uuid);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 309 QString uuid; local 313 uuid = ctx_item->data(peer_role_uuid).toString(); 326 uuid.toAscii().constData(), 808 QStandardItem * Peers::find_uuid(QString uuid) 814 uuid); 832 QString uuid = items[1]; local 1113 QString uuid = items[1]; 1125 QStandardItem *item = find_uuid(uuid); 1131 item->setData(uuid, peer_role_uuid); 1178 QString uuid = items[1] 1257 QString uuid = items[2]; local [all...] |
/external/bluetooth/bluez/input/ |
manager.c | 50 static void input_remove(struct btd_device *device, const char *uuid) 56 input_device_unregister(path, uuid);
|
/external/bluetooth/bluez/test/ |
rctest.c | 75 static uint16_t uuid = 0x0000; variable 94 static uint8_t get_channel(const char *svr, uint16_t uuid) 110 sdp_uuid16_create(&svclass, uuid); 145 if (uuid != 0x0000) 146 channel = get_channel(svr, uuid); 580 "\t[-b bytes] [-i device] [-P channel] [-U uuid]\n" 657 uuid = SERIAL_PORT_SVCLASS_ID; 659 uuid = strtoul(optarg + 2, NULL, 16); 661 uuid = atoi(optarg);
|
/external/bluetooth/glib/gio/ |
gwin32volumemonitor.c | 220 get_volume_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid) 226 get_mount_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
|