Searched refs:attribute_size (Results 1 – 3 of 3) sorted by relevance
225 const size_t attribute_size = std::min(kMaxGattAttributeSize, blob_remaining); in RequestReadCallback() local237 if (attribute_offset_octets < static_cast<int>(attribute_size)) { in RequestReadCallback()239 ch.blob.begin() + blob_offset_octets + attribute_size, in RequestReadCallback()241 response.attr_value.len = attribute_size - attribute_offset_octets; in RequestReadCallback()
440 uint16_t attribute_id, size_t attribute_size,
780 uint16_t attribute_id, size_t attribute_size, in LogSdpAttribute() argument790 android::util::BytesField attribute_field(attribute_value, attribute_size); in LogSdpAttribute()