summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge remote-tracking branch 'gerrit/dev' into btleAlex Blasche2016-05-2716-14/+98
| |\ \ \ \ \
| * | | | | | winrt: BTLE: Device (dis-)connectionOliver Wolff2016-05-263-1/+276
| * | | | | | Assume presence of local bluetooth adapter on WinPhoneOliver Wolff2016-05-261-0/+3
| * | | | | | Detection of bluetooth (LE) devices has to happen in Xaml threadOliver Wolff2016-05-262-2/+7
| * | | | | | Fix missing printDummyWarning() symbol on WinRTAlex Blasche2016-05-171-0/+3
| * | | | | | Merge branch 'dev' into btleAlex Blasche2016-05-13291-5768/+13936
| |\ \ \ \ \ \
| * | | | | | | winphone: Added bluetooth device discoveryOliver Wolff2015-09-224-1/+376
| * | | | | | | Merge remote-tracking branch 'gerrit/dev' into btleAlex Blasche2015-09-0413-93/+168
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'dev' into btleAlex Blasche2015-07-06113-5423/+2125
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'gerrit/dev' into btleAlex Blasche2015-06-01346-3589/+11751
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bluetooth - device discovery agent (cleanup)Timur Pocheptsov2014-11-072-50/+23
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-028-15/+66
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-016-2/+22
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Document the meaning of QBluetoothDeviceInfo::minorDeviceClass()Alex Blasche2016-07-252-2/+7
| | * | | | | | | | | Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-202-0/+10
| | * | | | | | | | | Android: Workaround clang default destructor export bugBogDan Vatra2016-07-192-0/+5
| * | | | | | | | | | Highlight incomplete handling of BTLE packet writesAlex Blasche2016-07-191-0/+7
| * | | | | | | | | | Improve failed ::write() handling in QBluetoothSocketAlex Blasche2016-07-191-13/+37
* | | | | | | | | | | QBluetoothDeviceDiscoveryAgent::start() should return early from errorAlex Blasche2016-07-211-0/+1
* | | | | | | | | | | QBluetoothDeviceDiscoveryAgent - 'start' should return on error (iOS)Timur Pocheptsov2016-07-211-0/+1
* | | | | | | | | | | Add support for the separate Classic/LE scans (macOS)Timur Pocheptsov2016-07-151-57/+85
* | | | | | | | | | | Android: Support for individual btle/classic device searchAlex Blasche2016-07-131-10/+37
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Permit selection of discovery mode (btle vs classic)Alex Blasche2016-07-138-18/+173
* | | | | | | | | | Minor documentation fix for QBluetoothDeviceDiscoveryAgentAlex Blasche2016-07-131-2/+3
* | | | | | | | | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-07-129-22/+75
|\| | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-07-112-5/+1
| |\| | | | | | | |
| | * | | | | | | | Make QtBluetooth compile in setups with BlueZ version w/o BTLE supportAlex Blasche2016-06-161-0/+1
| | * | | | | | | | Bluetooth - remove duplicated class definition (iOS)Timur Pocheptsov2016-06-102-5/+0
| * | | | | | | | | Fix build error on Linux using clang/trunkAlex Blasche2016-06-161-1/+1
| * | | | | | | | | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-166-16/+73
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Doc: Add thumbnail for Bluetooth Low Energy Heart Rate Server ExampleLeena Miettinen2016-06-021-0/+1
| | * | | | | | | | | Merge remote-tracking branch 'gerrit/5.6.1' into 5.7.0v5.7.0-rc1Alex Blasche2016-05-237-0/+28
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 5.7 into 5.7.0Oswald Buddenhagen2016-05-206-8/+25
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add missing documentation to BTLE overview documentationAlex Blasche2016-05-201-12/+43
| | * | | | | | | | | | | Improve QtBluetooth index pageAlex Blasche2016-05-201-2/+5
| | * | | | | | | | | | | Add missing \since 5.7 markers to QLE classesAlex Blasche2016-05-192-1/+23
| | * | | | | | | | | | | Mark QBluetooth::AttAccessConstraint as 5.7 API in class docsAlex Blasche2016-05-191-0/+1
| | * | | | | | | | | | | Don't print the same advertising code snippet twiceAlex Blasche2016-05-191-1/+0
* | | | | | | | | | | | | Simplify setLowEnergyTimeout() on iOS and OSXAlex Blasche2016-06-272-6/+4
* | | | | | | | | | | | | Add a warning when QBDDAgent::setLowEnergyDiscoveryTimeout is no-opAlex Blasche2016-06-243-3/+15
* | | | | | | | | | | | | Android: Allow to set BTLE device search timeoutAlex Blasche2016-06-171-3/+6
* | | | | | | | | | | | | Allow adjustment of device search timeout on BlueZAlex Blasche2016-06-161-4/+7
* | | | | | | | | | | | | QtBluetooth - add LE device discovery timeout (OS X/iOS)Timur Pocheptsov2016-06-1610-376/+220
* | | | | | | | | | | | | Add BTLE device discovery timeout APIAlex Blasche2016-06-158-2/+86
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-06-0914-95/+398
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-06-0914-95/+398
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Adds a better state transition support to the BluetoothModelAlex Blasche2016-06-092-50/+211
| | * | | | | | | | | | BlueZ5: Prevent premature abortion of device discoveryAlex Blasche2016-06-082-3/+19
| | * | | | | | | | | | Bluez5: Run SDP on target devices which do not support public scansAlex Blasche2016-06-082-17/+99
| | * | | | | | | | | | Make the usage of a dummy backend obvious in the QtBluetooth docsAlex Blasche2016-06-061-0/+13