/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_attr_build.c | 73 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) 75 wpa_printf(MSG_DEBUG, "WPS: * UUID-E"); 78 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
|
/frameworks/base/docs/html/sdk/api_diff/10/changes/ |
android.bluetooth.BluetoothAdapter.html | 86 <A NAME="android.bluetooth.BluetoothAdapter.listenUsingInsecureRfcommWithServiceRecord_added(java.lang.String, java.util.UUID)"></A> 87 <nobr><code>BluetoothServerSocket</code> <A HREF="../../../../reference/android/bluetooth/BluetoothAdapter.html#listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID)" target="_top"><code>listenUsingInsecureRfcommWithServiceRecord</code></A>(<code>String,</nobr> UUID<nobr><nobr></code>)</nobr>
|
android.bluetooth.BluetoothDevice.html | 86 <A NAME="android.bluetooth.BluetoothDevice.createInsecureRfcommSocketToServiceRecord_added(java.util.UUID)"></A> 87 <nobr><code>BluetoothSocket</code> <A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html#createInsecureRfcommSocketToServiceRecord(java.util.UUID)" target="_top"><code>createInsecureRfcommSocketToServiceRecord</code></A>(<code>UUID</code>)</nobr>
|
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 13 #include "uuid/uuid.h" 44 char *tdb_dir, uuid[40]; local 62 uuid_unparse(ctx->fs->super->s_uuid, uuid); 63 sprintf(db->tdb_fn, "%s/%s-dirinfo-XXXXXX", tdb_dir, uuid);
|
/frameworks/base/docs/html/guide/topics/wireless/ |
bluetooth.jd | 477 <h2>About UUID</h2> 479 <p>A Universally Unique Identifier (UUID) is a standardized 128-bit format for a string 480 ID used to uniquely identify information. The point of a UUID is that it's big 482 used to uniquely identify your application's Bluetooth service. To get a UUID to 483 use with your application, you can use one of the many random UUID generators on 484 the web, then initialize a {@link java.util.UUID} with {@link 485 java.util.UUID#fromString(String)}.</p> 496 UUID)}. 500 UUID is also included in the SDP entry and will be the basis for the connection 502 with this device, it will carry a UUID that uniquely identifies the service wit [all...] |
/external/bluetooth/bluez/audio/ |
manager.c | 158 uuid_t uuid; local 161 if (bt_string2uuid(&uuid, uuidstr) < 0) { 162 error("%s not detected as an UUID-128", uuidstr); 166 if (!sdp_uuid128_to_uuid(&uuid) && uuid.type != SDP_UUID16) { 167 error("Could not convert %s to a UUID-16", uuidstr); 171 uuid16 = uuid.value.uuid16; 225 DBG("Unrecognized UUID: 0x%04X", uuid16); 254 sdp_uuid16_create(&profile.uuid, HEADSET_PROFILE_ID); 310 sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID) [all...] |
device.h | 91 const char *uuid, authorization_cb cb,
|
/external/e2fsprogs/misc/ |
tune2fs.c | 49 #include "uuid/uuid.h" 107 "[-U UUID] device\n"), program_name); 151 journal_path = blkid_get_devname(NULL, "UUID", buf); 194 /* Find the filesystem UUID */ 202 fputs(_("Filesystem's UUID not found on journal device.\n"), 780 (strncmp(argv[1], "LABEL=", 6) && strncmp(argv[1], "UUID=", 5))) { 781 fprintf(stderr, "Usage: findfs LABEL=<label>|UUID=<uuid>\n"); 1056 com_err(program_name, 0, _("Invalid UUID format\n")) [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothEventLoop.java | 331 String uuid = null; local 339 uuid = str.toString(); 341 mBluetoothService.setRemoteDeviceProperty(address, name, uuid); 508 ParcelUuid uuid = ParcelUuid.fromString(deviceUuid); local 514 // Bluez sends the UUID of the local service being accessed, _not_ the 517 (BluetoothUuid.isAudioSource(uuid) || BluetoothUuid.isAvrcpTarget(uuid) 518 || BluetoothUuid.isAdvAudioDist(uuid)) && 528 if (!BluetoothUuid.isAvrcpTarget(uuid)) { 604 // nothing to do, UUID intent's will be sent via property change [all...] |
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 22 import java.util.UUID; 49 // Unique UUID for this application 50 private static final UUID MY_UUID_SECURE = 51 UUID.fromString("fa87c0d0-afac-11de-8a39-0800200c9a66"); 52 private static final UUID MY_UUID_INSECURE = 53 UUID.fromString("8ce255c0-200a-11e0-ac64-0800200c9a66");
|
/external/e2fsprogs/debugfs/ |
logdump.c | 35 #include <uuid/uuid.h> 229 char uuid[37]; local 231 uuid_unparse(es->s_journal_uuid, uuid); 232 journal_fn = blkid_get_devname(NULL, "UUID", uuid);
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 2 * gen_uuid.c --- generate a DCE-compatible uuid 392 * Try using the uuidd daemon to generate the UUID 472 struct uuid uu; 499 THREAD_LOCAL struct uuid uu; 542 struct uuid uu; 565 /* No real reason to use the daemon for random uuid's -- yet */
|
/frameworks/base/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 31 // Google Visualizer UUID: d069d9e0-8329-11df-9168-0002a5d5c51b 34 {0xd069d9e0, 0x8329, 0x11df, 0x9168, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid 164 extern "C" int EffectCreate(effect_uuid_t *uuid, 171 if (pInterface == NULL || uuid == NULL) { 175 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) {
|
/hardware/ti/omap3/dspbridge/inc/ |
dbdcd.h | 144 * and returns the UUID and type of each enumerated object. 180 * Given the uuid of a library and size of array of uuids, this function 186 * numLibs: Size of uuid array (number of library uuids). 212 * Given the uuid of a library, determine its number of dependent 217 * pNumLibs: Size of uuid array (number of library uuids). 242 * UUID.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 144 * and returns the UUID and type of each enumerated object. 180 * Given the uuid of a library and size of array of uuids, this function 186 * numLibs: Size of uuid array (number of library uuids). 212 * Given the uuid of a library, determine its number of dependent 217 * pNumLibs: Size of uuid array (number of library uuids). 242 * UUID.
|
/external/bluetooth/bluez/input/ |
device.c | 76 char *uuid; member in struct:input_conn 121 if (!strcasecmp(iconn->uuid, pattern)) 148 g_free(iconn->uuid); 1099 const char *uuid, const char *alias, 1106 iconn->uuid = g_strdup(uuid); 1115 const bdaddr_t *dst, const char *uuid, 1129 iconn = input_conn_new(idev, uuid, "hid", timeout); 1140 const char *uuid, uint8_t channel) 1153 iconn = input_conn_new(idev, uuid, "hsp", 0) [all...] |
/external/dbus/dbus/ |
dbus-internals.h | 334 void _dbus_generate_uuid (DBusGUID *uuid); 335 dbus_bool_t _dbus_uuid_encode (const DBusGUID *uuid, 338 DBusGUID *uuid,
|
/bionic/libc/kernel/common/linux/ |
dm-ioctl.h | 38 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/development/apps/BluetoothDebug/ |
AndroidManifest.xml | 26 <action android:name="android.bluetooth.device.action.UUID" />
|
/development/host/windows/usb/api/ |
SOURCES | 51 $(SDK_LIB_PATH)\uuid.lib \
|
/development/host/windows/usb/winusb/ |
SOURCES | 51 $(SDK_LIB_PATH)\uuid.lib \
|
/development/ndk/platforms/android-3/include/linux/ |
dm-ioctl.h | 38 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/external/bluetooth/bluez/serial/ |
proxy.c | 87 char *uuid128; /* UUID 128 */ 173 uuid_t uuid, root_uuid, l2cap, rfcomm; local 187 bt_string2uuid(&uuid, uuid128); 188 sdp_uuid128_to_uuid(&uuid); 189 svclass_id = sdp_list_append(NULL, &uuid); 193 sdp_uuid16_create(&profile.uuid, SERIAL_PORT_PROFILE_ID); 614 dict_append_entry(&dict, "uuid", DBUS_TYPE_STRING, &prx->uuid128); 1060 return invalid_arguments(msg, "Invalid UUID"); 1219 uuid_str = g_key_file_get_string(config, group_str, "UUID",
|
/external/bluetooth/bluez/src/ |
agent.h | 50 const char *uuid, agent_cb cb, void *user_data,
|
/external/e2fsprogs/lib/blkid/ |
Makefile.in | 212 $(top_srcdir)/lib/uuid/uuid.h $(srcdir)/probe.h 215 $(top_srcdir)/lib/uuid/uuid.h
|