Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server_old.cpp204 int attr_handle, int attribute_offset, int length, in RequestWriteCallback() argument
211 __func__, conn_id, addr.c_str(), trans_id, attr_handle, attribute_offset, in RequestWriteCallback()
219 ch.blob.resize(attribute_offset + length); in RequestWriteCallback()
221 std::copy(value, value + length, ch.blob.begin() + attribute_offset); in RequestWriteCallback()
250 response.attr_value.offset = attribute_offset; in RequestWriteCallback()