bluez/obexd/client
Mikel Astiz 9b883a0264 obexd: Create transfers in modules
After this patch the modules are responsible for creating the transfers,
and these objects must be queued using the session API.

This way the transfer initiator has full access to the transfer object,
in case for example it wants to access some member variable.
2012-12-04 22:48:59 +01:00
..
agent.c obexd: Fix crash on error in agent_request_reply 2012-12-04 22:48:46 +01:00
agent.h obexd: make use of obc_ prefix for public functions 2012-12-04 22:48:42 +01:00
bluetooth.c obexd: Add L2CAP support in bluetooth module 2012-12-04 22:48:53 +01:00
bluetooth.h obexd: add bluetooth transport driver 2012-12-04 22:48:51 +01:00
driver.c obexd: Give transfer pointer in session callbacks 2012-12-04 22:48:58 +01:00
driver.h obexd: port to gobex 2012-12-04 22:48:43 +01:00
ftp.c obexd: Create transfers in modules 2012-12-04 22:48:59 +01:00
ftp.h obexd: add ftp target 2012-12-04 22:48:42 +01:00
main.c obexd: Add handler for SIGUSR2 2012-12-04 22:48:58 +01:00
manager.c obexd: Create transfers in modules 2012-12-04 22:48:59 +01:00
manager.h obexd: separate manager interface code from main 2012-12-04 22:48:41 +01:00
map.c obexd: Create transfers in modules 2012-12-04 22:48:59 +01:00
map.h obexd: Add basic support for MAP client in obex-client 2012-12-04 22:48:50 +01:00
opp.c obexd: Give transfer pointer in session callbacks 2012-12-04 22:48:58 +01:00
opp.h obexd: add opp target 2012-12-04 22:48:42 +01:00
pbap.c obexd: Create transfers in modules 2012-12-04 22:48:59 +01:00
pbap.h obexd: add pbap target 2012-12-04 22:48:42 +01:00
session.c obexd: Create transfers in modules 2012-12-04 22:48:59 +01:00
session.h obexd: Create transfers in modules 2012-12-04 22:48:59 +01:00
sync.c obexd: Create transfers in modules 2012-12-04 22:48:59 +01:00
sync.h obexd: add sync target 2012-12-04 22:48:42 +01:00
transfer.c obexd: Flip parameter order in transfer API 2012-12-04 22:48:59 +01:00
transfer.h obexd: Flip parameter order in transfer API 2012-12-04 22:48:59 +01:00
transport.c obexd: add support for transport drivers 2012-12-04 22:48:51 +01:00
transport.h obexd: Add L2CAP support in bluetooth module 2012-12-04 22:48:53 +01:00