summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure custom uuids are returned by QBluetoothServiceInfo::serviceUuid()Alex Blasche2019-01-091-1/+17
* Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-311-4/+4
* Normalize QObject::connect() statementsAlex Blasche2018-08-291-10/+20
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-17/+16
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-7/+10
* Remove unused function convertAddressThiago Macieira2017-04-031-10/+0
* Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-06-091-3/+13
|\
| * Bluez5: Run SDP on target devices which do not support public scansAlex Blasche2016-06-081-1/+9
| * QBluetoothServiceDiscoveryAgent: set q_ptr in d_ptr's constructor.Edward Welbourne2016-06-021-2/+4
* | Updated license headersAntti Kokko2016-01-201-14/+20
* | QBluetoothServiceDiscoveryAgentPrivate: use const reference forAnton Kudryavtsev2015-12-071-2/+2
|/
* [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-7/+11
* bluez: SDP: find a device before creating it.Robin Burchell2015-09-151-13/+51
* bluez: Fix some memory leaks on device discovery.Robin Burchell2015-08-201-2/+7
* Merge branch '5.4' into 5.5Alex Blasche2015-04-011-1/+3
|\
| * Fix crash in QBluetoothServiceDiscoveryAgent on Bluez 5.xAlex Blasche2015-03-231-1/+3
* | Update copyright headersJani Heikkinen2015-02-161-7/+7
* | Merge remote-tracking branch 'gerrit/5.4' into devAlex Blasche2015-02-111-57/+50
|\|
| * Fix crashing btchat example when selecting remote devicev5.4.1Alex Blasche2015-01-291-57/+50
* | Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-2/+2
|/
* Set ATT as protocol descriptor for BTLE SDP recordsAlex Blasche2014-09-031-2/+20
* Remove QLowEnergyServiceInfoAlex Blasche2014-09-031-39/+27
* Fix Bluez5 FullDiscovery SDP scanAlex Blasche2014-08-251-11/+22
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Merge remote-tracking branch 'gerrit/5.4' into btleAlex Blasche2014-08-131-63/+36
|\
| * Remove Bluez as link and include dependency from QtBluetoothAlex Blasche2014-08-121-63/+36
* | Complete the removal of the Bluez's DBus Characteristic APIAlex Blasche2014-07-231-1/+0
* | Remove old GATT APIAlex Blasche2014-07-231-125/+0
* | Ensure Bluez5 device discovery sets the new core configuration flagAlex Blasche2014-07-171-0/+1
* | Merge branch 'dev' into btleAlex Blasche2014-07-031-27/+20
|\|
| * Merge branch '5.3' into devAlex Blasche2014-06-271-1/+1
| |\
| | * Process Bluez5 URLs during SDP scanAlex Blasche2014-05-271-1/+1
| * | Avoid empty service namesAlex Blasche2014-06-031-1/+15
| * | Bluez5: Simplify lookup of default adapterAlex Blasche2014-06-021-25/+4
| * | Don't stop processing of Bluez services if one service is invalidAlex Blasche2014-05-281-1/+1
* | | Merge branch 'dev' into btleAlex Blasche2014-05-261-49/+425
|\| |
| * | Use proper include syntax for system headersAlex Blasche2014-05-231-3/+3
| * | Fix crash during call to QBluetoothServiceDiscoveryAgent::stop()Alex Blasche2014-05-231-5/+1
| * | Code cleanup: Avoid repeated service info duplication checkAlex Blasche2014-05-231-32/+11
| * | Simplify detection of Bluetooth Base UUID derived uuidsAlex Blasche2014-05-221-13/+1
| * | Service discovery via Bluez5Alex Blasche2014-05-221-31/+416
| * | Utilize QStringLiteral where possibleAlex Blasche2014-05-151-15/+15
| |/
| * Don't double up the internal list of discovered servicesAlex Blasche2014-04-151-4/+19
* | Bind QLowEnergyController to a particular local adapter.Alex Blasche2014-03-151-1/+0
* | Merge branch 'dev' into btleAlex Blasche2014-03-141-1/+0
|\|
| * Don't assert when we discover a new SDP property.Alex Blasche2014-02-201-1/+0
* | Don't create invalid LEServices on Bluez due to default adapter usageAlex Blasche2014-02-271-1/+9
* | UUID filter for LE service implementedNedim Hadzic2014-02-241-36/+51
* | Fix some BTLE service discovery issuesAlex Blasche2014-02-201-18/+23
* | Merge branch 'dev' into btleAlex Blasche2014-02-171-64/+71
|\|