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);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 232 if (p_attr16->uuid_type == GATT_ATTR_UUID_TYPE_16)
254 len = (((tGATT_ATTR16 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_16) ? 5 :19;
261 if (((tGATT_ATTR16 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_16)
266 else if (((tGATT_ATTR32 *)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_32)
354 if (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16)
359 else if (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_32)
838 if(p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16)
    [all...]
gatt_sr.c 645 p_msg->offset = (p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16) ? GATT_INFO_TYPE_PAIR_16 : GATT_INFO_TYPE_PAIR_128;
649 if (p_msg->offset == GATT_INFO_TYPE_PAIR_16 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_16)
654 else if (p_msg->offset == GATT_INFO_TYPE_PAIR_128 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_128 )
659 else if (p_msg->offset == GATT_INFO_TYPE_PAIR_128 && p_attr->uuid_type == GATT_ATTR_UUID_TYPE_32)
    [all...]
gatt_int.h 180 tGATT_ATTR_UUID_TYPE uuid_type; member in struct:__anon5905
193 tGATT_ATTR_UUID_TYPE uuid_type; member in struct:__anon5906
207 tGATT_ATTR_UUID_TYPE uuid_type; member in struct:__anon5907

Completed in 686 milliseconds