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

  /external/e2fsprogs/lib/uuid/
uuid_time.c 78 int uuid_type(const uuid_t uu) function
136 type = uuid_type(buf);
tst_uuid.c 90 type = uuid_type(buf); variant = uuid_variant(buf);
106 type = uuid_type(buf);
129 type = uuid_type(buf);
uuid.h 96 int uuid_type(const uuid_t uu);
uuid.h.in 96 int uuid_type(const uuid_t uu);
  /system/bt/stack/gatt/
gatt_db.c 233 if (p_attr16->uuid_type == GATT_ATTR_UUID_TYPE_16)
249 len = (((tGATT_ATTR16 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_16) ? 5 :19;
256 if (((tGATT_ATTR16 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_16)
261 else if (((tGATT_ATTR32 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_32)
346 if (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16)
351 else if (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_32)
827 if(p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16)
850 else if (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_128 ||
851 p_attr->uuid_type == GATT_ATTR_UUID_TYPE_32)
    [all...]
gatt_int.h 180 tGATT_ATTR_UUID_TYPE uuid_type; member in struct:__anon73619
193 tGATT_ATTR_UUID_TYPE uuid_type; member in struct:__anon73620
207 tGATT_ATTR_UUID_TYPE uuid_type; member in struct:__anon73621
gatt_sr.c 626 p_msg->offset = (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16) ? GATT_INFO_TYPE_PAIR_16 : GATT_INFO_TYPE_PAIR_128;
630 if (p_msg->offset == GATT_INFO_TYPE_PAIR_16 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16)
635 else if (p_msg->offset == GATT_INFO_TYPE_PAIR_128 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_128 )
640 else if (p_msg->offset == GATT_INFO_TYPE_PAIR_128 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_32)
    [all...]

Completed in 91 milliseconds