Searched refs:attribute_offset_octets (Results 1 – 1 of 1) sorted by relevance
209 int attr_handle, int attribute_offset_octets, in RequestReadCallback() argument217 if (ch.next_blob_pending && attribute_offset_octets == 0 && in RequestReadCallback()232 __func__, conn_id, addr.c_str(), attr_handle, attribute_offset_octets, in RequestReadCallback()238 if (attribute_offset_octets < static_cast<int>(attribute_size)) { in RequestReadCallback()239 std::copy(ch.blob.begin() + blob_offset_octets + attribute_offset_octets, in RequestReadCallback()242 response.attr_value.len = attribute_size - attribute_offset_octets; in RequestReadCallback()246 response.attr_value.offset = attribute_offset_octets; in RequestReadCallback()