HomeSort by relevance Sort by last modified time
    Searched full:uuid_len (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant_8/src/utils/
uuid.h 12 #define UUID_LEN 16
uuid.c 67 for (i = 0; i < UUID_LEN; i++)
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 373 UINT32 seq_len, uuid_len; local
429 uuid_len = 2;
432 uuid_len = 4;
435 uuid_len = 16;
438 BE_STREAM_TO_UINT8 (uuid_len, p);
441 BE_STREAM_TO_UINT16 (uuid_len, p);
444 BE_STREAM_TO_UINT32 (uuid_len, p);
451 if ((uuid_len == 2) || (uuid_len == 4) || (uuid_len == 16)
    [all...]
sdp_db.c 120 UINT16 uuid_len, int nest_level)
137 if (sdpu_compare_uuid_arrays (p, len, p_uuid, uuid_len))
142 if (find_uuid_in_seq (p, len, p_uuid, uuid_len, nest_level + 1))
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 89 u8 uuid[UUID_LEN];
156 const u8 uuid[UUID_LEN]);
159 const u8 uuid[UUID_LEN]);
wps_upnp.c 252 static void uuid_make(u8 uuid[UUID_LEN])
254 os_get_random(uuid, UUID_LEN);
585 const u8 uuid[UUID_LEN])
589 if (os_memcmp(s->uuid, uuid, UUID_LEN) == 0)
762 const u8 uuid[UUID_LEN])
    [all...]
wps_upnp_web.c 924 u8 uuid[UUID_LEN];
1143 u8 uuid[UUID_LEN];
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 440 UINT8 *p = p_data, uuid_len = 0, type; local
450 uuid_len = LEN_UUID_16;
452 uuid_len = LEN_UUID_128;
454 while (len >= uuid_len + 2)
458 if (uuid_len > 0)
460 if (!gatt_parse_uuid_from_cmd(&result.type, uuid_len, &p))
466 len -= (uuid_len + 2);
    [all...]
gatt_sr.c 695 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local
717 uuid_len = (op_code == GATT_REQ_FIND_TYPE_VALUE) ? 2 : len;
720 if (gatt_parse_uuid_from_cmd (p_uuid_filter, uuid_len, &p) == FALSE ||
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 921 os_memcpy(wps->uuid, uuid, UUID_LEN);
923 "interface", wps->uuid, UUID_LEN);
927 "address", wps->uuid, UUID_LEN);
930 os_memcpy(wps->uuid, hapd->conf->uuid, UUID_LEN);
932 wps->uuid, UUID_LEN);
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 457 p_uuid->len = p_attr->uuid_len;
459 if (p_attr->uuid_len == LEN_UUID_16)
bta_gattc_int.h 215 UINT16 uuid_len; member in struct:gattc_attr_cache
bta_gattc_cache.c 351 p_attr->uuid_len = p_uuid->len;
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 3120 UINT8 uuid_len; local
    [all...]

Completed in 373 milliseconds