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

  /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/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 493 UINT8 *p = p_data, uuid_len = 0, type; local
503 uuid_len = LEN_UUID_16;
505 uuid_len = LEN_UUID_128;
507 while (len >= uuid_len + 2)
511 if (uuid_len > 0)
513 if (!gatt_parse_uuid_from_cmd(&result.type, uuid_len, &p))
519 len -= (uuid_len + 2);
    [all...]
gatt_sr.c 683 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local
705 uuid_len = (op_code == GATT_REQ_FIND_TYPE_VALUE) ? 2 : len;
708 if (gatt_parse_uuid_from_cmd (p_uuid_filter, uuid_len, &p) == FALSE ||
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 429 p_uuid->len = p_attr->uuid_len;
431 if (p_attr->uuid_len == LEN_UUID_16)
bta_gattc_int.h 212 UINT16 uuid_len; member in struct:gattc_attr_cache
bta_gattc_cache.c 349 p_attr->uuid_len = p_uuid->len;
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 3098 UINT8 uuid_len; local
    [all...]

Completed in 136 milliseconds