Searched refs:attribute_offset_octets (Results 1 – 1 of 1) sorted by relevance
162 int attr_handle, int attribute_offset_octets, in RequestReadCallback() argument169 if (ch.next_blob_pending && attribute_offset_octets == 0 && in RequestReadCallback()184 __func__, conn_id, addr.c_str(), attr_handle, attribute_offset_octets, in RequestReadCallback()190 if (attribute_offset_octets < static_cast<int>(attribute_size)) { in RequestReadCallback()191 std::copy(ch.blob.begin() + blob_offset_octets + attribute_offset_octets, in RequestReadCallback()194 response.attr_value.len = attribute_size - attribute_offset_octets; in RequestReadCallback()198 response.attr_value.offset = attribute_offset_octets; in RequestReadCallback()