summaryrefslogtreecommitdiff
path: root/core/obex/btobex.h
AgeCommit message (Collapse)AuthorFilesLines
2006-12-03Made OBEX library buildable if bluetooth support is disabled.korovkin1-1/+2
2006-07-06Added OBEX Push functionality for Bluetooth.korovkin1-6/+34
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server.
2006-05-14core/obex: Patch from Dmitry Korovkin to use opietooth's OBEX implementationzecke1-5/+9
for sending
2006-05-04fixed compilation opieobexaquadran1-2/+2
2006-05-02bluetooth patches courtesy Dmitriy Korovkin (thanks!):mickeyl1-1/+7
* When sending data to a device, do service discovery in order to get port number. * Switched to ussp-push for sending. * Clear receivers list on rescan. * Changed the way of window closing in order to shut down IRDA and bluetooth correctly.
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl1-0/+80
completely new implementation. The new implementation supports selective send over both IrDA and Bluetooth, to selected receivers (which are discovered as the form pops up). The form also indicates transfer status as the transfers progress. There is a new QT Designer UI form file, integrated into the build. There are also two new source files for the form to supply the abstract methods (typical of QT2). Patch courtesy Michael Haynie - thanks!