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