summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothtransferreply.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-22/+22
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
| | | | | | | Updated version of LGPL licenseheader. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Add d_ptr's to missing bluetooth classesAndrew Stanley-Jones2011-03-211-7/+7
| | | | Fix up the QML tennis example to make it more clear.
* Fix up some compiler warnings.Aaron McCarthy2011-03-141-2/+2
|
* Properly handle stop requests to bluetooth.Andrew Stanley-Jones2011-03-111-1/+1
| | | | | | | | | | | Stops do no occur immediatly with bluez, and we must wait for the discovery state to transition to false before we can start a new discovery. Change the error(canceled) to a cancel signal, since it's not an error. Correct cancelled to canceled for consistency with qt. Task-number: MOBILITY-2675
* Various small cleanupAndrew Stanley-Jones2011-02-281-0/+2
|
* Backend cleanup and removal of QObjectPrivateAndrew Stanley-Jones2010-12-301-6/+1
|
* Improve discovery, add OPP bluezAndrew Stanley-Jones2010-12-161-2/+5
|
* Add error reporting into file transfer, auto testsAndrew Stanley-Jones2010-12-071-0/+11
|
* Add Bluetooth initial bluez OPP backendAndrew Stanley-Jones2010-12-031-4/+15
|
* First draft of Bluetooth transfer API.Aaron McCarthy2010-08-231-0/+90
This is modelled on the QNAM API in Qt. It is essentially an OBEX transfer API and so the Bluetooth specific elements should be removed or reworked so that it is transport agnostic. The same API could be used for Bluetooth, USB, USB OTG and IrDA.