OSDN Git Service

obexd: Avoid extra copies while passing apparam to transfer
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 12 Sep 2012 11:28:31 +0000 (14:28 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Dec 2012 21:49:05 +0000 (22:49 +0100)
commit36d387af615a9f21c42c503c10f22cf41559313c
tree7c6622558e922554e9c0e3f9f1b645fae7584393
parentd1db67a33b2fe272cf50b540140551896e07ae46
obexd: Avoid extra copies while passing apparam to transfer

By passing directly the reference to GObexApparam it is no longer
necessary to use intermediate buffers to pass data around.
obexd/client/map.c
obexd/client/pbap.c
obexd/client/transfer.c
obexd/client/transfer.h