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

  /system/bt/service/
gatt_server_old.cc 225 const size_t attribute_size = std::min(kMaxGattAttributeSize, blob_remaining); local
237 if (attribute_offset_octets < static_cast<int>(attribute_size)) {
239 ch.blob.begin() + blob_offset_octets + attribute_size,
241 response.attr_value.len = attribute_size - attribute_offset_octets;
  /external/deqp/external/openglcts/modules/gl/
gl4cMultiBindTests.cpp 4457 static const GLintptr attribute_size = 4 * sizeof(GLfloat); local
    [all...]

Completed in 185 milliseconds