Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server_old.cc225 const size_t attribute_size = std::min(kMaxGattAttributeSize, blob_remaining); in RequestReadCallback() local
237 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()
/system/bt/common/
Dmetrics.h440 uint16_t attribute_id, size_t attribute_size,
Dmetrics.cc780 uint16_t attribute_id, size_t attribute_size, in LogSdpAttribute() argument
790 android::util::BytesField attribute_field(attribute_value, attribute_size); in LogSdpAttribute()