HomeSort by relevance Sort by last modified time
    Searched defs:uuid (Results 201 - 225 of 245) sorted by null

1 2 3 4 5 6 7 8910

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 262 tBT_UUID uuid; member in struct:__anon2954
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 155 UINT16 uuid; member in struct:__anon3264
449 tSDP_UUID uuid; /* current uuid of sdp discovery*/ member in struct:__anon3288
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 1169 bt_uuid_t uuid; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 105 tBT_UUID uuid; /* type of attribute to be found */ member in struct:__anon3553
160 tBT_UUID uuid; /* service declaration */ member in union:__anon3558
166 /* Attribute UUID type
172 /* 16 bits UUID Attribute in server database
182 UINT16 uuid; member in struct:__anon3559
185 /* 128 bits UUID Attribute in server database
195 UINT8 uuid[LEN_UUID_128]; member in struct:__anon3560
214 /* attribute handle, service UUID and a set of GATT server callback. */
218 tBT_UUID app_uuid; /* applicatino UUID */
221 UINT16 type; /* service type UUID, primary or secondary *
386 tBT_UUID uuid; member in struct:__anon3570
435 UINT16 uuid; member in struct:__anon3575
    [all...]
  /external/dnsmasq/src/
rfc2131.c 110 unsigned char *uuid);
115 static void pxe_misc(struct dhcp_packet *mess, unsigned char *end, unsigned char *uuid);
144 unsigned char *agent_id = NULL, *uuid = NULL; local
718 uuid = pxe_uuid;
762 pxe_misc(mess, end, uuid);
810 pxe_misc(mess, end, uuid);
    [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
1566 uuid_t uuid; local
    [all...]
probe.h 675 /* btrfs generated uuid for this device */
676 __u8 uuid[BTRFS_UUID_SIZE]; member in struct:btrfs_dev_item
678 /* uuid of FS who owns this device */
689 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
  /external/wpa_supplicant_8/src/wps/
wps.h 235 const u8 *uuid,
276 * @uuid_e: UUID-E of the unknown Enrollee
290 * @uuid_e: UUID-E of the Enrollee
323 * @uuid_e: UUID of the Enrollee
523 const u8 *uuid; member in struct:wps_event_data::wps_event_er_ap
539 const u8 *uuid; member in struct:wps_event_data::wps_event_er_enrollee
553 const u8 *uuid; member in struct:wps_event_data::wps_event_er_ap_settings
558 const u8 *uuid; member in struct:wps_event_data::wps_event_er_set_selected_registrar
612 * uuid - Own UUID
614 u8 uuid[16]; member in struct:wps_context
    [all...]
wps_registrar.c 14 #include "utils/uuid.h"
78 u8 uuid[WPS_UUID_LEN]; member in struct:wps_uuid_pin
135 u8 uuid[WPS_UUID_LEN]; member in struct:wps_registrar_device
290 struct wps_device_data *dev, const u8 *uuid)
304 os_memcpy(d->uuid, uuid, WPS_UUID_LEN);
386 wpa_hexdump(MSG_DEBUG, "WPS: Removed UUID-E",
410 wpa_printf(MSG_DEBUG, "WPS: Add one for the requested UUID");
411 wpa_hexdump(MSG_DEBUG, "WPS: Requested UUID",
419 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E"
3414 char uuid[40]; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 42 import java.util.UUID;
64 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}; or start a scan for
1511 UUID uuid = UUID.randomUUID(); local
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 44 // http://www.itu.int/ITU-T/asn1/uuid.html)
45 // This format is used for both "type" and "uuid" fields of the effect descriptor structure.
48 // - When used as uuid, it should be a unique UUID for this particular implementation.
60 // NULL UUID definition (matches SL_IID_NULL_)
71 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect
72 effect_uuid_t uuid; // UUID for this particular implementation member in struct:effect_descriptor_s
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 55 tBT_UUID uuid; /* uuid of the attribute */ member in struct:__anon3117
126 UINT16 descr; /* as UUID as defined by SIG */
244 tBT_UUID uuid; member in struct:__anon3129
474 /* read request always based on UUID */
496 tBT_UUID uuid; member in struct:__anon3146
509 tBT_UUID uuid; member in struct:__anon3147
594 ** Parameters p_app_uuid - applicaiton UUID
671 ** p_srvc_uuid: a UUID of the service application is interested in.
688 ** p_char_uuid_cond: Characteristic UUID, if NULL find the first availabl
    [all...]
bta_api.h 95 #define BTA_USER_SERVICE_ID 30 /* User requested UUID */
100 #define BTA_USER_SERVICE_ID 29 /* User requested UUID */
160 /* extended service mask, including mask with one or more GATT UUID */
298 UINT32 uuid_mask[BTM_EIR_SERVICE_ARRAY_SIZE]; /* mask of UUID list in EIR */
446 tBLE_BD_ADDR *p_target_addr; /* target address, if NULL, generic UUID filter */
447 tBT_UUID uuid; /* UUID condition */ member in struct:__anon3054
469 tBTA_DM_BLE_PF_UUID_COND srvc_uuid; /* service UUID filtering */
470 tBTA_DM_BLE_PF_UUID_COND solicitate_uuid; /* solicitated service UUID filtering */
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 241 UINT16 descr; /* as UUID as defined by SIG */
344 /* read request always based on UUID */
433 tBT_UUID uuid; member in struct:__anon3788
508 tBT_UUID char_uuid; /* characteristic UUID type */
524 tBT_UUID service_type; /* included service UUID */
532 tGATT_GROUP_VALUE group_value; /* Service UUID type.
686 ** application UUID, service UUID and service instance
721 ** p_svc_uuid : service UUID
760 ** char_uuid : Characteristic UUID
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 948 int ndef, int cr, char *uuid)
953 buf = wpas_wps_nfc_handover_sel(wpa_s, ndef, cr, uuid);
1241 char *uuid = cmd, *pin, *pos; local
1243 pin = os_strchr(uuid, ' ');
1253 return wpas_wps_er_add_pin(wpa_s, addr, uuid, pin);
1260 char *uuid = cmd, *pin; local
1261 pin = os_strchr(uuid, ' ');
1265 return wpas_wps_er_learn(wpa_s, uuid, pin);
1272 char *uuid = cmd, *id; local
1273 id = os_strchr(uuid, ' ');
1332 char *uuid; local
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 1135 mcUuid_t uuid; member in struct:__anon34295
1194 mcUuid_t uuid; member in struct:__anon34303
1260 mcUuid_t uuid; member in struct:__anon34313
1319 mcUuid_t uuid; member in struct:__anon34321
1375 mcUuid_t uuid; member in struct:__anon34329
1432 mcUuid_t uuid; member in struct:__anon34337
1568 mcUuid_t uuid; member in struct:__anon34355
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 214 tSDP_UUID uuid; member in struct:__anon2879
545 tBT_UUID uuid; member in struct:__anon2917
769 /* store UUID list for EIR */
807 tSDP_UUID uuid; member in struct:__anon2927
  /external/llvm/include/llvm/Support/
MachO.h 559 uint8_t uuid[16]; member in struct:llvm::MachO::uuid_command
  /external/wpa_supplicant_8/src/ap/
ap_config.h 347 u8 uuid[16]; member in struct:hostapd_bss_config
  /frameworks/base/services/java/com/android/server/
MountService.java 809 // Format: nnn <label> <path> <uuid>
811 final String uuid = (cooked.length > 3) ? cooked[3] : null; local
815 vol.setUuid(uuid);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 1020 final String uuid = ResearchSettings.readResearchLoggerUuid(researchLogger.mPrefs); local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1981 uint8_t uuid[16]; member in struct:smbios_type_1
    [all...]

Completed in 1276 milliseconds

1 2 3 4 5 6 7 8910