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

  /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/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...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 3120 UINT8 uuid_len; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 215 UINT16 uuid_len; member in struct:gattc_attr_cache

Completed in 64 milliseconds