Searched refs:attribute_offset (Results 1 – 1 of 1) sorted by relevance
/system/bt/service/ |
D | gatt_server_old.cc | 253 int attr_handle, int attribute_offset, bool need_rsp, in RequestWriteCallback() argument 260 __func__, conn_id, addr.c_str(), trans_id, attr_handle, attribute_offset, in RequestWriteCallback() 268 ch.blob.resize(attribute_offset + value.size()); in RequestWriteCallback() 270 std::copy(value.begin(), value.end(), ch.blob.begin() + attribute_offset); in RequestWriteCallback() 299 response.attr_value.offset = attribute_offset; in RequestWriteCallback()
|