Searched refs:attribute_size (Results 1 – 1 of 1) sorted by relevance
178 const size_t attribute_size = std::min(kMaxGattAttributeSize, blob_remaining); in RequestReadCallback() local190 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()