summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add changelog for QtBluetooth & QtNfc 5.3.2 release.Alex Blasche2014-08-131-0/+47
| * Move socket workaround into own fctn and fix possible channel mismatchAlex Blasche2014-07-242-122/+121
| * Fixed QTBUG-40172 Android Bluetooth Socket Connection fails in some cases.Firat Agdas2014-07-242-10/+130
| * Remove dead code.Alex Blasche2014-07-171-15/+0
* | Improve quint128 to QBluetoothUuid conversion performanceAlex Blasche2014-08-272-11/+16
* | Remove libgato code from to-be-released codeAlex Blasche2014-08-256-1832/+0
* | Merge the ServiceNotValidError and OperationError of QLEServiceAlex Blasche2014-08-253-7/+4
* | Make QBluetoothSocket's _q_writeNotify & _q_readNotify privateAlex Blasche2014-08-256-44/+19
* | Fix Bluez5 FullDiscovery SDP scanAlex Blasche2014-08-252-22/+28
* | Update and extend the lowenergyscanner example docsAlex Blasche2014-08-258-3/+121
* | First round of fixes for heartrate example docsAlex Blasche2014-08-257-38/+39
* | Provide a documentation overview for Bluetooth LEAlex Blasche2014-08-255-73/+296
* | Update license headers and add new licensesJani Heikkinen2014-08-24260-5437/+3180
* | Update QLowEnergyDescriptor class documentation.Alex Blasche2014-08-182-17/+44
* | Update QLowEnergyCharacteristic class documentation.Alex Blasche2014-08-182-24/+65
* | Add class documentation for QLowEnergyServiceAlex Blasche2014-08-185-32/+262
* | Add class documentation for QLowEnergyControllerAlex Blasche2014-08-151-1/+205
* | Fix compiler warning about unused parametersAlex Blasche2014-08-151-4/+4
* | Merge remote-tracking branch 'gerrit/btle' into 5.4Alex Blasche2014-08-14116-168/+13387
|\ \
| * | Remove libbluetooth system header dependencies from BTLE code baseAlex Blasche2014-08-132-10/+94
| * | Merge remote-tracking branch 'gerrit/5.4' into btleAlex Blasche2014-08-1319-292/+533
| |\ \ | |/ / |/| |
* | | Remove Bluez as link and include dependency from QtBluetoothAlex Blasche2014-08-126-281/+44
* | | Add small binary performing the SDP scan.Alex Blasche2014-07-233-0/+356
* | | Merge branch '5.3' into devAlex Blasche2014-07-1712-21/+145
|\ \ \ | | |/ | |/|
| * | Reduce system header dependenciesAlex Blasche2014-07-165-9/+92
| * | Add code to test service discovery on specific remote deviceAlex Blasche2014-07-153-0/+26
| * | Remove usage of BluetoothSocket.isConnected()Alex Blasche2014-07-101-9/+8
| * | Add ability to abort server sockets via bttestuiAlex Blasche2014-07-021-0/+6
* | | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-072-2/+0
| | * Improve consistency of device discovery.Alex Blasche2014-08-133-13/+78
| | * Support reading of chars & descs if their value is larger than MTUAlex Blasche2014-08-133-20/+149
| | * Implement support for QLowEnergyService include hierarchies.Alex Blasche2014-08-136-52/+149
| | * Detect secondary services and display service type in lowenergyscannerAlex Blasche2014-07-238-15/+69
| | * Characteristic and descriptor value() are no longer hex encodedAlex Blasche2014-07-235-132/+127
| | * Remove QBluetoothServiceDiscoveryAgent dependency from QLE unit testsAlex Blasche2014-07-233-98/+145
| | * Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-2320-214/+214
| | * Complete the removal of the Bluez's DBus Characteristic APIAlex Blasche2014-07-234-168/+0
| | * Further cleanup QLowEnergyServiceInfoAlex Blasche2014-07-239-267/+3
| | * Remove old GATT APIAlex Blasche2014-07-2333-3329/+6
| | * Bind the BTLE socket to the local Bt deviceAlex Blasche2014-07-232-1/+25
| | * Minor anchor optimization pointed out during code reviewAlex Blasche2014-07-171-2/+1
| | * Ensure Bluez5 device discovery sets the new core configuration flagAlex Blasche2014-07-172-1/+8
| | * Small code optimizationsAlex Blasche2014-07-172-10/+10
| | * Remove dependency on bluetooth/uuid.hAlex Blasche2014-07-171-9/+2
| | * Various improvements to lowenergyscanner exampleAlex Blasche2014-07-164-20/+43
| | * Don't try to read characteristic if we cannot even find oneAlex Blasche2014-07-161-2/+8
| | * Ignore unexpected server messagesAlex Blasche2014-07-161-0/+9
| | * Add capability to dectect MTU value of the COM channelAlex Blasche2014-07-162-2/+50
| | * Convert QLowEnergyHandle from quint32 to quint16Alex Blasche2014-07-165-102/+104
| | * Add simpler API to retrieve descriptor/characteristic for certain uuidAlex Blasche2014-07-167-42/+86