Home
last modified time | relevance | path

Searched refs:attribute_size (Results 1 – 1 of 1) sorted by relevance

/system/bt/service/
Dgatt_server_old.cpp178 const size_t attribute_size = std::min(kMaxGattAttributeSize, blob_remaining); in RequestReadCallback() local
190 if (attribute_offset_octets < static_cast<int>(attribute_size)) { in RequestReadCallback()
192 ch.blob.begin() + blob_offset_octets + attribute_size, in RequestReadCallback()
194 response.attr_value.len = attribute_size - attribute_offset_octets; in RequestReadCallback()