index
:
qt/qtconnectivity.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
btle
dev
neard
old/5.2
wip/cmake
wip/win
Qt Connectivity
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bluetooth
/
qbluetoothdevicediscoveryagent.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear previous bluetooth device/service discovery errors on restart
Juha Vuolle
2022-09-20
1
-0
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
1
-38
/
+2
*
Properly use 'since' qdoc command in enum values documentation
Ivan Solovev
2022-05-19
1
-9
/
+10
*
Introduce error codes for missing permissions
Ivan Solovev
2022-05-19
1
-0
/
+3
*
QBluetoothDeviceDiscovery: ignore lastError when starting discovery
Ivan Solovev
2021-12-23
1
-2
/
+2
*
Remove outdated Windows BT LE note
Juha Vuolle
2021-09-20
1
-3
/
+0
*
introduce new error for location service turned off
Andreas Buhr
2021-07-20
1
-0
/
+3
*
Add hint about proper timeouts to documentation
Andreas Buhr
2021-06-15
1
-0
/
+2
*
rename error signals to errorOccurred
Andreas Buhr
2021-03-22
1
-2
/
+4
*
Improve log message when setting negative BTLE discovery timeout
Andreas Buhr
2021-03-02
1
-3
/
+8
*
Remove QBluetoothDeviceDiscoveryAgent::inquiryType property
Alex Blasche
2020-05-14
1
-42
/
+0
*
Merge branch 'wip/win' into dev
Oliver Wolff
2019-08-20
1
-0
/
+4
|
\
|
*
Update Bluetooth docs to mention Win32 backend
wip/win
Andre de la Rocha
2019-08-17
1
-0
/
+4
*
|
Remove not needed documentation qualification for deviceUpdated()
Alex Blasche
2019-08-08
1
-2
/
+0
|
/
*
Remove winrt TODOs about manufacturer data
Oliver Wolff
2019-03-25
1
-2
/
+0
*
Compile-fix (g++ 8): move #include of mocs outside namespace
Edward Welbourne
2018-11-30
1
-2
/
+2
*
Emit QBluetoothDeviceDiscoveryAgent::deviceUpdated on Apple platforms
Andrew Dolby
2018-11-19
1
-2
/
+2
*
winrt: Document necessity of pairing devices before discovery
Oliver Wolff
2018-11-16
1
-0
/
+3
*
Improve QBluetoothDeviceDiscoveryAgent::deviceDiscovered() docs
v5.12.0-beta3
Alex Blasche
2018-10-19
1
-4
/
+5
*
Fix various qdoc warnings in QtBluetooth
Alex Blasche
2018-09-18
1
-3
/
+3
*
Add QBluetoothDeviceDiscoveryAgent::deviceUpdated signal
Alex Blasche
2018-08-23
1
-0
/
+20
*
Replace foreach with for loop and set QT_NO_FOREACH
Oliver Wolff
2018-08-15
1
-1
/
+1
*
Use Bluez's SetDiscoveryFilter to control the device discovery method
Alex Blasche
2017-07-24
1
-1
/
+7
*
Update doc for QBluetoothDeviceDiscoveryAgent::deviceDiscovered()
Alex Blasche
2017-06-29
1
-1
/
+9
*
QBluetoothDeviceDiscoveryAgent::start() should return early from error
Alex Blasche
2016-07-21
1
-0
/
+1
*
Permit selection of discovery mode (btle vs classic)
Alex Blasche
2016-07-13
1
-2
/
+62
*
Minor documentation fix for QBluetoothDeviceDiscoveryAgent
Alex Blasche
2016-07-13
1
-2
/
+3
*
Add a warning when QBDDAgent::setLowEnergyDiscoveryTimeout is no-op
Alex Blasche
2016-06-24
1
-1
/
+7
*
Add BTLE device discovery timeout API
Alex Blasche
2016-06-15
1
-0
/
+43
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-06
1
-0
/
+2
|
\
|
*
Fix typo in Android permission name
Alex Blasche
2016-04-13
1
-1
/
+1
|
*
Android: Ensure Bluetooth device discovery finds remote devices
Alex Blasche
2016-04-13
1
-0
/
+2
*
|
Updated license headers
Antti Kokko
2016-01-20
1
-14
/
+20
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-16
1
-7
/
+7
*
Further improve the DeviceDiscoveryAgent class documentation.
Alex Blasche
2014-10-30
1
-0
/
+8
*
Add QBLuetoothDeviceDiscoveryAgent::UnsupportedPlatformError
Alex Blasche
2014-10-30
1
-0
/
+4
*
Add \since to all Qt Bluetooth classes which didn't have the tag yet
Alex Blasche
2014-09-26
1
-0
/
+2
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-24
1
-19
/
+11
*
Bluez5: Ensure device discovery returns meaningfull RSSI data
Alex Blasche
2014-05-22
1
-0
/
+10
*
Bluez5 support for QBluetoothDeviceDiscovery
Alex Blasche
2014-05-09
1
-4
/
+2
*
Merge branch 'stable' into dev
Alex Blasche
2014-05-08
1
-3
/
+3
|
\
|
*
Fix a renamed qdoc tag and improve grammar/spelling
Alex Blasche
2014-04-25
1
-2
/
+2
|
*
Provide correct code snippet for QBluetoothServiceDiscoveryAgent
Oleg Shparber
2014-04-22
1
-1
/
+1
*
|
Fix coding style in QBluetooth
Oleg Shparber
2014-04-23
1
-6
/
+7
|
/
*
Don't stop Bt discoveries while we have InvalidBluetoothAdapterError
Alex Blasche
2014-01-20
1
-1
/
+1
*
Document a somewhat peculiar signal behavior mismatch during Bt discovery
Alex Blasche
2014-01-15
1
-0
/
+2
*
Improve and fix documentation for the Bluetooth discovery classes.
Alex Blasche
2013-12-20
1
-6
/
+10
*
Check the local adapter's BluetoothAdress before doing the discovery
Fabian Bumberger
2013-12-20
1
-1
/
+16
*
Refactor device and service discovery errors
Fabian Bumberger
2013-09-20
1
-2
/
+2
*
Remove QtBluetooth and QtNfc namespace.
Alex Blasche
2013-09-09
1
-2
/
+2
[next]